Gamedata: Add DoD entities offsets
This commit is contained in:
73
gamedata/common.games/entities.games/dod/offsets-csarge.txt
Normal file
73
gamedata/common.games/entities.games/dod/offsets-csarge.txt
Normal file
@ -0,0 +1,73 @@
|
||||
/**
|
||||
* 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"
|
||||
{
|
||||
"CSarge"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"m_fGunDrawn" // BOOL
|
||||
{
|
||||
"windows" "1040"
|
||||
"linux" "1060"
|
||||
"mac" "1060"
|
||||
}
|
||||
|
||||
"m_painTime" // float
|
||||
{
|
||||
"windows" "1044"
|
||||
"linux" "1064"
|
||||
"mac" "1064"
|
||||
}
|
||||
|
||||
"m_checkAttackTime" // float
|
||||
{
|
||||
"windows" "1048"
|
||||
"linux" "1068"
|
||||
"mac" "1068"
|
||||
}
|
||||
|
||||
"m_lastAttackCheck" // BOOL
|
||||
{
|
||||
"windows" "1052"
|
||||
"linux" "1072"
|
||||
"mac" "1072"
|
||||
}
|
||||
|
||||
"m_scheduleList" // Schedule_t*[4]
|
||||
{
|
||||
"windows" "-20"
|
||||
"linux" "0"
|
||||
"mac" "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Class Hierarchy
|
||||
* -
|
||||
* CBaseEntity
|
||||
* CBaseDelay
|
||||
* CBaseAnimating
|
||||
* CBaseToggle
|
||||
* CBaseMonster
|
||||
* CTalkMonster
|
||||
* CSarge
|
||||
*/
|
Reference in New Issue
Block a user