Added a new ValveCallType that allows for arbitrary |this| parameters, as well as associated features in gamedata and for reading/writing memory (bug 3520, r=dvander, sr=fyren).

This commit is contained in:
Downtown1
2010-01-11 22:46:44 -08:00
parent ead6ca73e5
commit 18865c44c8
9 changed files with 330 additions and 2 deletions
+1
View File
@@ -80,6 +80,7 @@ enum ValveCallType
ValveCall_Player, /**< Thiscall (CBasePlayer implicit first parameter) */
ValveCall_GameRules, /**< Thiscall (CGameRules implicit first paramater) */
ValveCall_EntityList, /**< Thiscall (CGlobalEntityList implicit first paramater) */
ValveCall_Raw, /**< Thiscall (address explicit first parameter) */
};
/**