|
| void | PR_AddLoadFinishFunc (progs_t *pr, int(*func)(progs_t *)) |
| |
| void | PR_AddLoadFunc (progs_t *pr, int(*func)(progs_t *)) |
| |
| void | PR_Error (progs_t *pr, const char *error,...) |
| |
| void | PR_Init (void) |
| | Initialize the progs engine. More...
|
| |
| void | PR_Init_Cvars (void) |
| | Initialize the Cvars for the progs engine. More...
|
| |
| void | PR_LoadProgs (progs_t *pr, const char *progsname, int max_edicts, int zone) |
| | Convenience wrapper for PR_LoadProgsFile() and PR_RunLoadFuncs(). More...
|
| |
| void | PR_LoadProgsFile (progs_t *pr, QFile *file, int size, int max_edicts, int zone) |
| | Initialize a progs_t VM struct from an already open file. More...
|
| |
| int | PR_RunLoadFuncs (progs_t *pr) |
| | Run all load functions. More...
|
| |