Exposed SDKCall_Server call type to use CBaseServer methods

This commit is contained in:
dragokas
2023-08-30 22:08:45 +02:00
committed by Your Name
parent 3171d4fb7b
commit 0449342bb0
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ enum SDKCallType
SDKCall_Static, /**< Static call */
SDKCall_Entity, /**< CBaseEntity call */
SDKCall_Player, /**< CBasePlayer call */
SDKCall_Server, /**< CBaseServer call */
SDKCall_GameRules, /**< CGameRules call */
SDKCall_EntityList, /**< CGlobalEntityList call */
SDKCall_Raw /**< |this| pointer with an arbitrary address */