Package | Description |
---|---|
com.BombingGames.WurfelEngine | |
com.BombingGames.WurfelEngine.Core.CVar | |
com.BombingGames.WurfelEngine.Core.Map |
Modifier and Type | Field and Description |
---|---|
static CVarSystem |
WE.CVARS
The CVar system used by the engine.
|
Modifier and Type | Field and Description |
---|---|
protected CVarSystem |
CVar.parent |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CVarSystem |
AbstractMap.getCVars()
in regular case only read operations should be performed on the cvars in here
|
CVarSystem |
AbstractMap.getSaveCVars()
save dependant Cvars.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomMapCVarRegistration.register(CVarSystem styem) |
void |
AbstractMap.setCVarSystem(CVarSystem cvarSystem)
should be set if you want to have custom.
|