Interface CustomMapCVarRegistration
-
public interface CustomMapCVarRegistrationAn 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 voidregister(CVarSystemMap styem)
-
-
-
Method Detail
-
register
void register(CVarSystemMap styem)
- Parameters:
styem-
-
-