amxmodx/gamedata/common.games/entities.games/dod/offsets-calliedgrunt.txt
Vincent Herbet 9ca3a685ed Update gamedata for all supported mods (#771)
* Update CS gamedata

* Update TFC gamedata

* Update DoD gamedata

* Update Valve gamedata

* Update Gearbox gamedata
2019-10-21 11:51:18 +02:00

138 lines
2.3 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"
{
"CAlliedGrunt"
{
"Offsets"
{
"m_flNextGrenadeCheck" // float
{
"type" "float"
"windows" "976"
"linux" "996"
"mac" "996"
}
"m_flNextPainTime" // float
{
"type" "float"
"windows" "980"
"linux" "1000"
"mac" "1000"
}
"m_flLastEnemySightTime" // float
{
"type" "float"
"windows" "984"
"linux" "1004"
"mac" "1004"
}
"m_vecTossVelocity" // Vector
{
"type" "vector"
"windows" "988"
"linux" "1008"
"mac" "1008"
}
"m_fThrowGrenade" // BOOL
{
"type" "integer"
"windows" "1000"
"linux" "1020"
"mac" "1020"
}
"m_fStanding" // BOOL
{
"type" "integer"
"windows" "1004"
"linux" "1024"
"mac" "1024"
}
"m_fFirstEncounter" // BOOL
{
"type" "integer"
"windows" "1008"
"linux" "1028"
"mac" "1028"
}
"m_cClipSize" // int
{
"type" "integer"
"windows" "1012"
"linux" "1032"
"mac" "1032"
}
"m_voicePitch" // int
{
"type" "integer"
"windows" "1016"
"linux" "1036"
"mac" "1036"
}
"m_iBrassShell" // int
{
"type" "integer"
"windows" "1020"
"linux" "1040"
"mac" "1040"
}
"m_iSentence" // int
{
"type" "integer"
"windows" "1024"
"linux" "1044"
"mac" "1044"
}
}
}
}
}
}
/**
* Class Hierarchy
* -
* CBaseEntity
* CBaseDelay
* CBaseAnimating
* CBaseToggle
* CBaseMonster
* CSquadMonster
* CAlliedGrunt
*/