amxmodx/gamedata/common.games/entities.games/gearbox/offsets-choundeye.txt

67 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-08-07 18:32:32 +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"
{
"CHoundeye"
{
"Offsets"
{
"m_iSpriteTexture" // int
{
"windows" "764"
"linux" "784"
"mac" "784"
}
"m_fAsleep" // BOOL
{
"windows" "768"
"linux" "788"
"mac" "788"
}
"m_fDontBlink" // BOOL
{
"windows" "772"
"linux" "792"
"mac" "792"
}
"m_vecPackCenter" // Vector
{
"windows" "776"
"linux" "796"
"mac" "796"
}
}
}
}
}
}
/**
* Class Hierarchy
* -
* CBaseEntity
* CBaseDelay
* CBaseAnimating
* CBaseToggle
* CBaseMonster
* CSquadMonster
* CHoundeye
*/