Uses of Class
com.bombinggames.wurfelengine.core.cvar.AbstractCVarSystem
-
Packages that use AbstractCVarSystem Package Description com.bombinggames.wurfelengine.core.cvar -
-
Uses of AbstractCVarSystem in com.bombinggames.wurfelengine.core.cvar
Subclasses of AbstractCVarSystem in com.bombinggames.wurfelengine.core.cvar Modifier and Type Class Description class
CVarSystemMap
class
CVarSystemRoot
class
CVarSystemSave
Fields in com.bombinggames.wurfelengine.core.cvar declared as AbstractCVarSystem Modifier and Type Field Description protected AbstractCVarSystem
CVar. parent
Methods in com.bombinggames.wurfelengine.core.cvar with parameters of type AbstractCVarSystem Modifier and Type Method Description protected void
CVar. register(java.lang.String name, CVarFlags flag, AbstractCVarSystem parent)
Registering should only be done by the game or the engine in init phase.
-