Exposed SDKCall_Server call type to use CBaseServer methods
This commit is contained in:
committed by
Nicholas Hastings
parent
cab60f7385
commit
ffc23a1a1e
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user