Exposed SDKCall_Engine call type to use CVEngineServer methods (#1648)
* Update vdecoder.h * Update vcaller.cpp * Update sdktools.inc
This commit is contained in:
@@ -61,7 +61,8 @@ enum SDKCallType
|
||||
SDKCall_GameRules, /**< CGameRules call */
|
||||
SDKCall_EntityList, /**< CGlobalEntityList call */
|
||||
SDKCall_Raw, /**< |this| pointer with an arbitrary address */
|
||||
SDKCall_Server /**< CBaseServer call */
|
||||
SDKCall_Server, /**< CBaseServer call */
|
||||
SDKCall_Engine /**< CVEngineServer call */
|
||||
};
|
||||
|
||||
enum SDKLibrary
|
||||
|
||||
Reference in New Issue
Block a user