Add a getfunction, which gives an error if it's not found

This commit is contained in:
Adam Olsen 2001-08-04 23:44:50 +00:00
parent 1a73a4789b
commit dc98a63098
3 changed files with 26 additions and 10 deletions

View file

@ -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