mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-04 18:21:55 +00:00
engine: add new undocumented function to server funcs
This commit is contained in:
parent
7e8dec0c03
commit
33aa1b0a10
@ -268,6 +268,9 @@ typedef struct enginefuncs_s
|
|||||||
void (*pfnQueryClientCvarValue)( const edict_t *player, const char *cvarName );
|
void (*pfnQueryClientCvarValue)( const edict_t *player, const char *cvarName );
|
||||||
void (*pfnQueryClientCvarValue2)( const edict_t *player, const char *cvarName, int requestID );
|
void (*pfnQueryClientCvarValue2)( const edict_t *player, const char *cvarName, int requestID );
|
||||||
int (*CheckParm)( char *parm, char **ppnext );
|
int (*CheckParm)( char *parm, char **ppnext );
|
||||||
|
|
||||||
|
// added in 8279
|
||||||
|
edict_t* (*pfnPEntityOfEntIndexAllEntities)( int iEntIndex );
|
||||||
} enginefuncs_t;
|
} enginefuncs_t;
|
||||||
// ONLY ADD NEW FUNCTIONS TO THE END OF THIS STRUCT. INTERFACE VERSION IS FROZEN AT 138
|
// ONLY ADD NEW FUNCTIONS TO THE END OF THIS STRUCT. INTERFACE VERSION IS FROZEN AT 138
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user