amxmodx/gamedata/common.games/entities.games/valve/offsets-cosprey.txt

284 lines
4.6 KiB
Plaintext
Raw Normal View History

2015-08-07 22:28:53 +00:00
/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your AMX Mod X install.
*
* 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 AMXX's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(AMX_Mod_X)
*/
"Games"
{
"#default"
{
"Classes"
{
"COsprey"
{
"Offsets"
{
"m_pGoalEnt" // CBaseEntity*
{
2015-08-10 13:58:41 +00:00
"type" "classptr"
"windows" "664"
"linux" "684"
"mac" "684"
2015-08-07 22:28:53 +00:00
}
"m_vel1" // Vector
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"windows" "668"
"linux" "688"
"mac" "688"
2015-08-07 22:28:53 +00:00
}
"m_vel2" // Vector
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"windows" "680"
"linux" "700"
"mac" "700"
2015-08-07 22:28:53 +00:00
}
"m_pos1" // Vector
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"windows" "692"
"linux" "712"
"mac" "712"
2015-08-07 22:28:53 +00:00
}
"m_pos2" // Vector
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"windows" "704"
"linux" "724"
"mac" "724"
2015-08-07 22:28:53 +00:00
}
"m_ang1" // Vector
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"windows" "716"
"linux" "736"
"mac" "736"
2015-08-07 22:28:53 +00:00
}
"m_ang2" // Vector
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"windows" "728"
"linux" "748"
"mac" "748"
2015-08-07 22:28:53 +00:00
}
"m_startTime" // float
{
"type" "float"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "740"
"linux" "760"
"mac" "760"
}
"m_dTime" // float
2015-08-07 22:28:53 +00:00
{
"type" "float"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "744"
"linux" "764"
"mac" "764"
}
"m_velocity" // Vector
2015-08-07 22:28:53 +00:00
{
"type" "vector"
2015-08-10 13:58:41 +00:00
"windows" "748"
"linux" "768"
"mac" "768"
2015-08-07 22:28:53 +00:00
}
"m_flIdealtilt" // float
2015-08-07 22:28:53 +00:00
{
"type" "float"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "760"
"linux" "780"
"mac" "780"
}
"m_flRotortilt" // float
2015-08-07 22:28:53 +00:00
{
"type" "float"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "764"
"linux" "784"
"mac" "784"
}
"m_flRightHealth" // float
2015-08-07 22:28:53 +00:00
{
"type" "float"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "768"
"linux" "788"
"mac" "788"
}
"m_flLeftHealth" // float
2015-08-07 22:28:53 +00:00
{
"type" "float"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "772"
"linux" "792"
"mac" "792"
}
"m_iUnits" // int
2015-08-07 22:28:53 +00:00
{
"type" "integer"
2015-08-10 13:58:41 +00:00
2015-08-07 22:28:53 +00:00
"windows" "776"
"linux" "796"
"mac" "796"
}
"m_hGrunt" // EHANDLE[24]
{
"type" "ehandle"
"size" "24"
"windows" "780"
"linux" "800"
"mac" "800"
}
2015-08-07 22:28:53 +00:00
"m_vecOrigin" // Vector[24]
{
2015-08-10 13:58:41 +00:00
"type" "vector"
"size" "24"
"windows" "972"
"linux" "992"
"mac" "992"
2015-08-07 22:28:53 +00:00
}
"m_hRepel" // EHANDLE[4]
{
2015-08-10 13:58:41 +00:00
"type" "ehandle"
"size" "4"
"windows" "1260"
"linux" "1280"
"mac" "1280"
2015-08-07 22:28:53 +00:00
}
"m_iSoundState" // int
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1292"
"linux" "1312"
"mac" "1312"
}
"m_iSpriteTexture" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1296"
"linux" "1316"
"mac" "1316"
}
"m_iPitch" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1300"
"linux" "1320"
"mac" "1320"
}
"m_iExplode" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1304"
"linux" "1324"
"mac" "1324"
}
"m_iTailGibs" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1308"
"linux" "1328"
"mac" "1328"
}
"m_iBodyGibs" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1312"
"linux" "1332"
"mac" "1332"
}
"m_iEngineGibs" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1316"
"linux" "1336"
"mac" "1336"
}
"m_iDoLeftSmokePuff" // int
2015-08-07 22:28:53 +00:00
{
2015-08-10 13:58:41 +00:00
"type" "integer"
2015-08-07 22:28:53 +00:00
"windows" "1320"
"linux" "1340"
"mac" "1340"
}
"m_iDoRightSmokePuff" // int
{
"type" "integer"
"windows" "1324"
"linux" "1344"
"mac" "1344"
}
2015-08-07 22:28:53 +00:00
}
}
}
}
}
/**
* Class Hierarchy
* -
* CBaseEntity
* CBaseDelay
* CBaseAnimating
* CBaseToggle
* CBaseMonster
* COsprey
*/