Uses of Class
com.bombinggames.wurfelengine.core.cvar.CVarFlags
-
Packages that use CVarFlags Package Description com.bombinggames.wurfelengine.core.cvar -
-
Uses of CVarFlags in com.bombinggames.wurfelengine.core.cvar
Fields in com.bombinggames.wurfelengine.core.cvar declared as CVarFlags Modifier and Type Field Description protected CVarFlags
CVar. flags
Methods in com.bombinggames.wurfelengine.core.cvar that return CVarFlags Modifier and Type Method Description static CVarFlags
CVarFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CVarFlags[]
CVarFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bombinggames.wurfelengine.core.cvar with parameters of type CVarFlags Modifier and Type Method Description 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.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.
-