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
@@ -79,6 +79,7 @@ enum ValveCallType
ValveCall_Static, /**< Static call */
ValveCall_Entity, /**< Thiscall (CBaseEntity implicit first parameter) */
ValveCall_Player, /**< Thiscall (CBasePlayer implicit first parameter) */
ValveCall_Server, /**< Thiscall (CBaseServer implicit first parameter) */
ValveCall_GameRules, /**< Thiscall (CGameRules implicit first paramater) */
ValveCall_EntityList, /**< Thiscall (CGlobalEntityList implicit first paramater) */
ValveCall_Raw, /**< Thiscall (address explicit first parameter) */