Browse Source

engine: add new undocumented function to server funcs

hlfixed
Alibek Omarov 2 years ago
parent
commit
33aa1b0a10
  1. 3
      engine/eiface.h

3
engine/eiface.h

@ -268,6 +268,9 @@ typedef struct enginefuncs_s @@ -268,6 +268,9 @@ typedef struct enginefuncs_s
void (*pfnQueryClientCvarValue)( const edict_t *player, const char *cvarName );
void (*pfnQueryClientCvarValue2)( const edict_t *player, const char *cvarName, int requestID );
int (*CheckParm)( char *parm, char **ppnext );
// added in 8279
edict_t* (*pfnPEntityOfEntIndexAllEntities)( int iEntIndex );
} enginefuncs_t;
// ONLY ADD NEW FUNCTIONS TO THE END OF THIS STRUCT. INTERFACE VERSION IS FROZEN AT 138

Loading…
Cancel
Save