mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
Add a getfunction, which gives an error if it's not found
This commit is contained in:
parent
1a73a4789b
commit
dc98a63098
3 changed files with 26 additions and 10 deletions
|
@ -161,6 +161,7 @@ char *PR_GlobalStringNoContents (progs_t *pr, int ofs);
|
|||
pr_type_t *GetEdictFieldValue(progs_t *pr, edict_t *ed, const char *field);
|
||||
|
||||
void PR_AddBuiltin (progs_t *pr, const char *name, builtin_proc builtin, int num);
|
||||
int PR_FindBuiltin (progs_t *pr, const char *name);
|
||||
|
||||
//
|
||||
// PR Strings stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue