Cavestory Mod API
|
Dedicated server functionality. More...
Functions | |
CAVESTORY_MOD_API int | CSM_DediServer_RunCommand (const char *pFormat,...) |
Run a console command for the server. More... | |
Dedicated server functionality.
Functions for managing a dedicated server.
CAVESTORY_MOD_API int CSM_DediServer_RunCommand | ( | const char * | pFormat, |
... | |||
) |
Run a console command for the server.
pFormat | The format of the command. |
... | Arguments for building the string. |