123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- "Games"
- {
- "tf"
- {
- "Functions"
- {
- "ClientPutInServer()"
- {
- "signature" "ClientPutInServer()"
- "callconv" "cdecl"
- "return" "void"
- "arguments"
- {
- "edict"
- {
- "type" "edict"
- }
- "name"
- {
- "type" "charptr"
- }
- }
- }
- "CTFBot::PhysicsSimulate()"
- {
- "signature" "CTFBot::PhysicsSimulate()"
- "callconv" "thiscall"
- "return" "void"
- "this" "entity"
- }
- "NextBotPlayer<CTFPlayer>::Update()"
- {
- "signature" "NextBotPlayer<CTFPlayer>::Update()"
- "callconv" "thiscall"
- "return" "void"
- "this" "entity"
- }
- "NextBotPlayer<CTFPlayer>::IsFakeClient()"
- {
- "offset" "NextBotPlayer<CTFPlayer>::IsFakeClient()"
- "hooktype" "entity"
- "this" "entity"
- "return" "bool"
- }
- "CBaseEntity::IsNetClient()"
- {
- "offset" "CBaseEntity::IsNetClient()"
- "hooktype" "entity"
- "this" "entity"
- "return" "bool"
- }
- "CBasePlayer::IsBot()"
- {
- "offset" "CBasePlayer::IsBot()"
- "hooktype" "entity"
- "this" "entity"
- "return" "bool"
- }
- "CBasePlayer::ProcessUsercmds()"
- {
- "offset" "CBasePlayer::ProcessUsercmds()"
- "hooktype" "entity"
- "this" "entity"
- "return" "void"
- "arguments"
- {
- "cmds"
- {
- "type" "objectptr"
- }
- "num_cmds"
- {
- "type" "int"
- }
- "total_cmds"
- {
- "type" "int"
- }
- "num_dropped_packets"
- {
- "type" "int"
- }
- "paused"
- {
- "type" "bool"
- }
- }
- }
- }
-
- "Signatures"
- {
- "CTFBot::AllocatePlayerEntity()"
- {
- "library" "server"
- "linux" "@_ZN6CTFBot20AllocatePlayerEntityEP7edict_tPKc"
- }
- "ClientPutInServer()"
- {
- "library" "server"
- "linux" "@_Z17ClientPutInServerP7edict_tPKc"
- }
- "CTFBot::PhysicsSimulate()"
- {
- "library" "server"
- "linux" "@_ZN6CTFBot15PhysicsSimulateEv"
- }
- "NextBotPlayer<CTFPlayer>::Update()"
- {
- "library" "server"
- "linux" "@_ZN13NextBotPlayerI9CTFPlayerE6UpdateEv"
- }
-
- "EDICT_NUM()"
- {
- "library" "engine"
- "linux" "@_Z9EDICT_NUMi"
- }
- }
-
- "Offsets"
- {
- "CBasePlayer::ProcessUsercmds()"
- {
- "linux" "422"
- }
- "CBaseEntity::IsNetClient()"
- {
- "windows" "81"
- "linux" "82"
- }
- "CBasePlayer::IsBot()"
- {
- "windows" "446"
- "linux" "447"
- }
- "NextBotPlayer<CTFPlayer>::IsFakeClient()"
- {
- "windows" "340"
- "linux" "342"
- }
- }
- }
- }
|