Class CVarSystemMap
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.cvar.AbstractCVarSystem
-
- com.bombinggames.wurfelengine.core.cvar.CVarSystemMap
-
public class CVarSystemMap extends AbstractCVarSystem
-
-
Constructor Summary
Constructors Constructor Description CVarSystemMap(java.io.File path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CVarSystemSave
getSaveCVars()
static void
setCustomMapCVarRegistration(CustomMapCVarRegistration customMapRegistration)
void
setSaveCVars(CVarSystemSave saveSystem)
Set the save system for this map.
-
-
-
Method Detail
-
setCustomMapCVarRegistration
public static void setCustomMapCVarRegistration(CustomMapCVarRegistration customMapRegistration)
- Parameters:
customMapRegistration
-
-
getSaveCVars
public CVarSystemSave getSaveCVars()
- Returns:
-
setSaveCVars
public void setSaveCVars(CVarSystemSave saveSystem)
Set the save system for this map.- Parameters:
saveSystem
-
-
-