Added forwards to TF2 ext for cond addition and removal (bug 4851, r=fyren).
This commit is contained in:
@@ -67,14 +67,14 @@
|
||||
"AddCondition"
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "\xD9\x44\x2A\x2A\x56\x57\x8B\x7C\x2A\x2A\x8B\xF1\x8B\x86\x2A\x2A\x2A\x00\x50\x51\xD9\x2A\x2A\x57"
|
||||
"windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x8B\x7C\x2A\x2A\x8B\xF1\x8B\x86\x2A\x2A\x2A\x00\x50\x51\xD9\x2A\x2A\x57"
|
||||
"linux" "@_ZN15CTFPlayerShared7AddCondEif"
|
||||
"mac" "@_ZN15CTFPlayerShared7AddCondEif"
|
||||
}
|
||||
"RemoveCondition"
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "\x8B\x44\x2A\x2A\x56\x57\x8B\x7C\x2A\x2A\x8B\xF1\x50\x57\x8D\x8E\x2A\x2A\x2A\x2A\xE8"
|
||||
"windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x8B\x7C\x2A\x2A\x8B\xF1\x50\x57\x8D\x8E\x2A\x2A\x2A\x2A\xE8"
|
||||
"linux" "@_ZN15CTFPlayerShared10RemoveCondEib"
|
||||
"mac" "@_ZN15CTFPlayerShared10RemoveCondEib"
|
||||
}
|
||||
@@ -113,6 +113,13 @@
|
||||
"linux" "@_Z21DuelMiniGame_IsInDuelP9CTFPlayer"
|
||||
"mac" "@_Z21DuelMiniGame_IsInDuelP9CTFPlayer"
|
||||
}
|
||||
"RemoveAllConditions"
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "\x83\xEC\x2A\x53\x55\x56\x8B\xE9\x57\x8D\x2A\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x8D"
|
||||
"linux" "@_ZN15CTFPlayerShared13RemoveAllCondEP9CTFPlayer"
|
||||
"mac" "@_ZN15CTFPlayerShared13RemoveAllCondEP9CTFPlayer"
|
||||
}
|
||||
}
|
||||
"Offsets"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user