122 lines
2.1 KiB
Plaintext
122 lines
2.1 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"
|
||
|
{
|
||
|
"CTalkMonster"
|
||
|
{
|
||
|
"Offsets"
|
||
|
{
|
||
|
"m_bitsSaid" // int
|
||
|
{
|
||
|
"windows" "916"
|
||
|
"linux" "936"
|
||
|
"mac" "936"
|
||
|
}
|
||
|
|
||
|
"m_nSpeak" // int
|
||
|
{
|
||
|
"windows" "920"
|
||
|
"linux" "940"
|
||
|
"mac" "940"
|
||
|
}
|
||
|
|
||
|
"m_voicePitch" // int
|
||
|
{
|
||
|
"windows" "924"
|
||
|
"linux" "944"
|
||
|
"mac" "944"
|
||
|
}
|
||
|
|
||
|
"m_szGrp" // const char*[19]
|
||
|
{
|
||
|
"windows" "928"
|
||
|
"linux" "948"
|
||
|
"mac" "948"
|
||
|
}
|
||
|
|
||
|
"m_useTime" // float
|
||
|
{
|
||
|
"windows" "1004"
|
||
|
"linux" "1024"
|
||
|
"mac" "1024"
|
||
|
}
|
||
|
|
||
|
"m_iszUse" // int
|
||
|
{
|
||
|
"windows" "1008"
|
||
|
"linux" "1028"
|
||
|
"mac" "1028"
|
||
|
}
|
||
|
|
||
|
"m_iszUnUse" // int
|
||
|
{
|
||
|
"windows" "1012"
|
||
|
"linux" "1032"
|
||
|
"mac" "1032"
|
||
|
}
|
||
|
|
||
|
"m_iszDecline" // int
|
||
|
{
|
||
|
"windows" "1016"
|
||
|
"linux" "1036"
|
||
|
"mac" "1036"
|
||
|
}
|
||
|
|
||
|
"m_iszSpeakAs" // int
|
||
|
{
|
||
|
"windows" "1020"
|
||
|
"linux" "1040"
|
||
|
"mac" "1040"
|
||
|
}
|
||
|
|
||
|
"m_flLastSaidSmelled" // float
|
||
|
{
|
||
|
"windows" "1024"
|
||
|
"linux" "1044"
|
||
|
"mac" "1044"
|
||
|
}
|
||
|
|
||
|
"m_flStopTalkTime" // float
|
||
|
{
|
||
|
"windows" "1028"
|
||
|
"linux" "1048"
|
||
|
"mac" "1048"
|
||
|
}
|
||
|
|
||
|
"m_hTalkTarget" // EHANDLE
|
||
|
{
|
||
|
"windows" "1032"
|
||
|
"linux" "1052"
|
||
|
"mac" "1052"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Class Hierarchy
|
||
|
* -
|
||
|
* CBaseEntity
|
||
|
* CBaseDelay
|
||
|
* CBaseAnimating
|
||
|
* CBaseToggle
|
||
|
* CBaseMonster
|
||
|
* CTalkMonster
|
||
|
*/
|