Interface CustomMapCVarRegistration
-
public interface CustomMapCVarRegistration
An interface to register custom cvars for the map cvar system. They msut be registered before being updated by loading from file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(CVarSystemMap styem)
-
-
-
Method Detail
-
register
void register(CVarSystemMap styem)
- Parameters:
styem
-
-
-