Exposed SDKCall_Server call type to use CBaseServer methods

This commit is contained in:
dragokas
2021-10-26 17:18:16 -04:00
committed by Nicholas Hastings
parent cab60f7385
commit ffc23a1a1e
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 */