Added a few more calls (+macros)

Added support for game dll func hooking
Fixed table pointer...
This commit is contained in:
Steve Dudenhoeffer
2004-08-06 00:56:48 +00:00
parent 7f41ac3410
commit 2cd6ea9de3
6 changed files with 229 additions and 43 deletions

View File

@@ -89,6 +89,9 @@ enum {
FM_InfoKeyValue, // char* ) (char *infobuffer, char *key);
FM_SetKeyValue, // void ) (char *infobuffer, char *key, char *value);
FM_SetClientKeyValue, // void ) (int clientIndex, char *infobuffer, char *key, char *value);
FM_GameInit, // void) ( void );
FM_Spawn, // int ) ( edict_t *pent );
FM_Think, // void ) ( edict_t *pent );