Gamedata: Add TFC entites offsets
This commit is contained in:
@ -0,0 +1,128 @@
|
||||
/**
|
||||
* 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"
|
||||
{
|
||||
"CTalkMonster"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"m_szFriends" // char*[3]
|
||||
{
|
||||
"windows" "-20"
|
||||
"linux" "0"
|
||||
"mac" "0"
|
||||
}
|
||||
|
||||
"g_talkWaitTime" // float
|
||||
{
|
||||
"windows" "-20"
|
||||
"linux" "0"
|
||||
"mac" "0"
|
||||
}
|
||||
|
||||
"m_bitsSaid" // int
|
||||
{
|
||||
"windows" "1700"
|
||||
"linux" "1720"
|
||||
"mac" "1720"
|
||||
}
|
||||
|
||||
"m_nSpeak" // int
|
||||
{
|
||||
"windows" "1704"
|
||||
"linux" "1724"
|
||||
"mac" "1724"
|
||||
}
|
||||
|
||||
"m_voicePitch" // int
|
||||
{
|
||||
"windows" "1708"
|
||||
"linux" "1728"
|
||||
"mac" "1728"
|
||||
}
|
||||
|
||||
"m_szGrp" // const char*[18]
|
||||
{
|
||||
"windows" "1712"
|
||||
"linux" "1732"
|
||||
"mac" "1732"
|
||||
}
|
||||
|
||||
"m_useTime" // float
|
||||
{
|
||||
"windows" "1784"
|
||||
"linux" "1804"
|
||||
"mac" "1804"
|
||||
}
|
||||
|
||||
"m_iszUse" // int
|
||||
{
|
||||
"windows" "1788"
|
||||
"linux" "1808"
|
||||
"mac" "1808"
|
||||
}
|
||||
|
||||
"m_iszUnUse" // int
|
||||
{
|
||||
"windows" "1792"
|
||||
"linux" "1812"
|
||||
"mac" "1812"
|
||||
}
|
||||
|
||||
"m_flLastSaidSmelled" // float
|
||||
{
|
||||
"windows" "1796"
|
||||
"linux" "1816"
|
||||
"mac" "1816"
|
||||
}
|
||||
|
||||
"m_flStopTalkTime" // float
|
||||
{
|
||||
"windows" "1800"
|
||||
"linux" "1820"
|
||||
"mac" "1820"
|
||||
}
|
||||
|
||||
"m_hTalkTarget" // EHANDLE
|
||||
{
|
||||
"windows" "1804"
|
||||
"linux" "1824"
|
||||
"mac" "1824"
|
||||
}
|
||||
|
||||
"m_scheduleList" // Schedule_t*[11]
|
||||
{
|
||||
"windows" "-20"
|
||||
"linux" "0"
|
||||
"mac" "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Class Hierarchy
|
||||
* -
|
||||
* CBaseEntity
|
||||
* CBaseDelay
|
||||
* CBaseAnimating
|
||||
* CBaseToggle
|
||||
* CBaseMonster
|
||||
* CTalkMonster
|
||||
*/
|
Reference in New Issue
Block a user