sourcemod/gamedata/sdkhooks.games/game.gesource.txt
2013-02-07 23:43:33 -05:00

136 lines
2.1 KiB
Plaintext

/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Games"
{
"gesource"
{
"Offsets"
{
"EndTouch"
{
"windows" "92"
"linux" "93"
}
"FireBullets"
{
"windows" "104"
"linux" "105"
}
"GroundEntChanged"
{
"windows" "167"
"linux" "168"
}
"OnTakeDamage"
{
"windows" "60"
"linux" "61"
}
"PreThink"
{
"windows" "291"
"linux" "292"
}
"PostThink"
{
"windows" "292"
"linux" "293"
}
"SetTransmit"
{
"windows" "19"
"linux" "20"
}
"ShouldCollide"
{
"windows" "15"
"linux" "16"
}
"Spawn"
{
"windows" "21"
"linux" "22"
}
"StartTouch"
{
"windows" "90"
"linux" "91"
}
"Think"
{
"windows" "45"
"linux" "46"
}
"Touch"
{
"windows" "91"
"linux" "92"
}
"TraceAttack"
{
"windows" "58"
"linux" "59"
}
"UpdateOnRemove"
{
"windows" "97"
"linux" "98"
}
"Use"
{
"windows" "89"
"linux" "90"
}
"VPhysicsUpdate"
{
"windows" "145"
"linux" "146"
}
"Weapon_CanSwitchTo"
{
"windows" "237"
"linux" "238"
}
"Weapon_CanUse"
{
"windows" "231"
"linux" "232"
}
"Weapon_Drop"
{
"windows" "234"
"linux" "235"
}
"Weapon_Equip"
{
"windows" "232"
"linux" "233"
}
"Weapon_Switch"
{
"windows" "235"
"linux" "236"
}
}
"Signatures"
{
"IEntityFactoryDictionary"
{
"library" "server"
"windows" "\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3"
"linux" "@_Z23EntityFactoryDictionaryv"
}
}
}
}