Exposed SDKCall_Engine call type to use CVEngineServer methods (#1648)

* Update vdecoder.h

* Update vcaller.cpp

* Update sdktools.inc
This commit is contained in:
Accelerator
2022-07-26 22:14:49 +02:00
committed by GitHub
parent 5f7b22d2a4
commit e5ebd65176
3 changed files with 22 additions and 10 deletions
+2 -1
View File
@@ -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