Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core.CVar |
Modifier and Type | Class and Description |
---|---|
class |
BooleanCVar |
class |
FloatCVar |
class |
IntCVar |
class |
StringCVar |
Modifier and Type | Method and Description |
---|---|
CVar |
CVarSystem.get(java.lang.String cvar) |
Modifier and Type | Method and Description |
---|---|
void |
CVarSystem.register(CVar cvar,
java.lang.String name,
CVar.CVarFlags flag)
Registering should only be done by the game or the engine in init phase.
|