Class EngineConsole.CVARMapping
java.lang.Object
com.blackrook.engine.EngineConsole.CVARMapping
- Enclosing class:
EngineConsole
Mapping for console variables to methods.
- Author:
- Matthew Tropiano
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of this command.booleanGets if this variable is to be archived.booleanisGlobal()Gets if this variable is to stored/read from global.booleanGets if this variable is to be archived.
-
Method Details
-
getDescription
-
isArchived
public boolean isArchived()Gets if this variable is to be archived.- Returns:
- true if so, false if not.
-
isGlobal
public boolean isGlobal()Gets if this variable is to stored/read from global.- Returns:
- true if so, false if not.
-
isReadOnly
public boolean isReadOnly()Gets if this variable is to be archived.- Returns:
- true if so, false if not.
-