Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core.CVar |
Modifier and Type | Field and Description |
---|---|
protected CVar.CVarFlags |
CVar.flags |
Modifier and Type | Method and Description |
---|---|
static CVar.CVarFlags |
CVar.CVarFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CVar.CVarFlags[] |
CVar.CVarFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
protected void |
CVar.register(java.lang.String name,
CVar.CVarFlags flag,
CVarSystem parent)
Registering should only be done by the game or the engine in init phase.
|