Uses of Class
com.bombinggames.wurfelengine.core.cvar.CVar
-
Packages that use CVar Package Description com.bombinggames.wurfelengine.core.cvar -
-
Uses of CVar in com.bombinggames.wurfelengine.core.cvar
Subclasses of CVar in com.bombinggames.wurfelengine.core.cvar Modifier and Type Class Description class
BooleanCVar
class
FloatCVar
class
IntCVar
class
StringCVar
Methods in com.bombinggames.wurfelengine.core.cvar that return CVar Modifier and Type Method Description CVar
AbstractCVarSystem. get(java.lang.String cvar)
Methods in com.bombinggames.wurfelengine.core.cvar with parameters of type CVar Modifier and Type Method Description void
AbstractCVarSystem. register(CVar cvar, java.lang.String name)
Registering should only be done by the game or the engine in init phase.void
AbstractCVarSystem. register(CVar cvar, java.lang.String name, CVarFlags flag)
Registering should only be done by the game or the engine in init phase.
-