amxmodx/gamedata/common.games/entities.games/dod/offsets-csquadmonster.txt
2015-08-07 20:13:54 +02:00

80 lines
1.4 KiB
Plaintext

/**
* 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"
{
"CSquadMonster"
{
"Offsets"
{
"m_hSquadLeader" // EHANDLE
{
"windows" "916"
"linux" "936"
"mac" "936"
}
"m_hSquadMember" // EHANDLE[4]
{
"windows" "924"
"linux" "944"
"mac" "944"
}
"m_afSquadSlots" // int
{
"windows" "956"
"linux" "976"
"mac" "976"
}
"m_flLastEnemySightTime" // float
{
"windows" "960"
"linux" "980"
"mac" "980"
}
"m_fEnemyEluded" // BOOL
{
"windows" "964"
"linux" "984"
"mac" "984"
}
"m_iMySlot" // int
{
"windows" "968"
"linux" "988"
"mac" "988"
}
}
}
}
}
}
/**
* Class Hierarchy
* -
* CBaseEntity
* CBaseDelay
* CBaseAnimating
* CBaseToggle
* CBaseMonster
* CSquadMonster
*/