Header file for menu related console command callbacks. More...
Go to the source code of this file.
Functions | |
void | INS_InitCallbacks (void) |
void | INS_ShutdownCallbacks (void) |
Header file for menu related console command callbacks.
Definition in file cp_installation_callbacks.h.
void INS_InitCallbacks | ( | void | ) |
Definition at line 236 of file cp_installation_callbacks.c.
References ccs, Cmd_AddCommand(), Cvar_Set(), Cvar_SetValue(), INS_BuildInstallation_f(), INS_ChangeInstallationName_f(), INS_DestroyInstallation_f(), INS_SelectInstallation_f(), INS_UpdateInsatallationLimit_f(), and ccs_s::numInstallations.
Referenced by CP_AddCampaignCallbackCommands().
void INS_ShutdownCallbacks | ( | void | ) |
Definition at line 250 of file cp_installation_callbacks.c.
References Cmd_RemoveCommand(), and Cvar_Delete().
Referenced by CP_RemoveCampaignCallbackCommands().