Reorder SDKCallType enum for better compatibility with existing plugins.
This commit is contained in:
@@ -58,10 +58,10 @@ 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 */
|
||||
SDKCall_Raw, /**< |this| pointer with an arbitrary address */
|
||||
SDKCall_Server /**< CBaseServer call */
|
||||
};
|
||||
|
||||
enum SDKLibrary
|
||||
|
||||
Reference in New Issue
Block a user