Gamedata: Add Opfor entites offsets
This commit is contained in:
@ -0,0 +1,268 @@
|
||||
/**
|
||||
* 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"
|
||||
{
|
||||
"COFGeneWorm"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"m_flNextPainSound" // float
|
||||
{
|
||||
"windows" "708"
|
||||
"linux" "728"
|
||||
"mac" "728"
|
||||
}
|
||||
|
||||
"m_posTarget" // Vector
|
||||
{
|
||||
"windows" "712"
|
||||
"linux" "732"
|
||||
"mac" "732"
|
||||
}
|
||||
|
||||
"m_flLastSeen" // float
|
||||
{
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
"mac" "744"
|
||||
}
|
||||
|
||||
"m_flPrevSeen" // float
|
||||
{
|
||||
"windows" "728"
|
||||
"linux" "748"
|
||||
"mac" "748"
|
||||
}
|
||||
|
||||
"m_pCloud" // COFGeneWormCloud*
|
||||
{
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
"mac" "752"
|
||||
}
|
||||
|
||||
"m_iWasHit" // int
|
||||
{
|
||||
"windows" "736"
|
||||
"linux" "756"
|
||||
"mac" "756"
|
||||
}
|
||||
|
||||
"m_flTakeHitTime" // float
|
||||
{
|
||||
"windows" "740"
|
||||
"linux" "760"
|
||||
"mac" "760"
|
||||
}
|
||||
|
||||
"m_flHitTime" // float
|
||||
{
|
||||
"windows" "744"
|
||||
"linux" "764"
|
||||
"mac" "764"
|
||||
}
|
||||
|
||||
"m_flNextMeleeTime" // float
|
||||
{
|
||||
"windows" "748"
|
||||
"linux" "768"
|
||||
"mac" "768"
|
||||
}
|
||||
|
||||
"m_flNextRangeTime" // float
|
||||
{
|
||||
"windows" "752"
|
||||
"linux" "772"
|
||||
"mac" "772"
|
||||
}
|
||||
|
||||
"m_fRightEyeHit" // BOOL
|
||||
{
|
||||
"windows" "756"
|
||||
"linux" "776"
|
||||
"mac" "776"
|
||||
}
|
||||
|
||||
"m_fLeftEyeHit" // BOOL
|
||||
{
|
||||
"windows" "760"
|
||||
"linux" "780"
|
||||
"mac" "780"
|
||||
}
|
||||
|
||||
"m_fGetMad" // BOOL
|
||||
{
|
||||
"windows" "764"
|
||||
"linux" "784"
|
||||
"mac" "784"
|
||||
}
|
||||
|
||||
"m_fOrificeHit" // BOOL
|
||||
{
|
||||
"windows" "768"
|
||||
"linux" "788"
|
||||
"mac" "788"
|
||||
}
|
||||
|
||||
"m_flOrificeOpenTime" // float
|
||||
{
|
||||
"windows" "772"
|
||||
"linux" "792"
|
||||
"mac" "792"
|
||||
}
|
||||
|
||||
"m_orificeGlow" // COFGeneWormSpawn*
|
||||
{
|
||||
"windows" "776"
|
||||
"linux" "796"
|
||||
"mac" "796"
|
||||
}
|
||||
|
||||
"m_fSpawningTrooper" // BOOL
|
||||
{
|
||||
"windows" "780"
|
||||
"linux" "800"
|
||||
"mac" "800"
|
||||
}
|
||||
|
||||
"m_flSpawnTrooperTime" // float
|
||||
{
|
||||
"windows" "784"
|
||||
"linux" "804"
|
||||
"mac" "804"
|
||||
}
|
||||
|
||||
"m_iHitTimes" // int
|
||||
{
|
||||
"windows" "788"
|
||||
"linux" "808"
|
||||
"mac" "808"
|
||||
}
|
||||
|
||||
"m_iMaxHitTimes" // int
|
||||
{
|
||||
"windows" "792"
|
||||
"linux" "812"
|
||||
"mac" "812"
|
||||
}
|
||||
|
||||
"m_offsetBeam" // float
|
||||
{
|
||||
"windows" "796"
|
||||
"linux" "816"
|
||||
"mac" "816"
|
||||
}
|
||||
|
||||
"m_lenBeam" // float
|
||||
{
|
||||
"windows" "800"
|
||||
"linux" "820"
|
||||
"mac" "820"
|
||||
}
|
||||
|
||||
"m_posBeam" // Vector
|
||||
{
|
||||
"windows" "804"
|
||||
"linux" "824"
|
||||
"mac" "824"
|
||||
}
|
||||
|
||||
"m_vecBeam" // Vector
|
||||
{
|
||||
"windows" "816"
|
||||
"linux" "836"
|
||||
"mac" "836"
|
||||
}
|
||||
|
||||
"m_angleBeam" // Vector
|
||||
{
|
||||
"windows" "828"
|
||||
"linux" "848"
|
||||
"mac" "848"
|
||||
}
|
||||
|
||||
"m_flBeamExpireTime" // float
|
||||
{
|
||||
"windows" "840"
|
||||
"linux" "860"
|
||||
"mac" "860"
|
||||
}
|
||||
|
||||
"m_flBeamDir" // float
|
||||
{
|
||||
"windows" "844"
|
||||
"linux" "864"
|
||||
"mac" "864"
|
||||
}
|
||||
|
||||
"m_fSpitting" // BOOL
|
||||
{
|
||||
"windows" "848"
|
||||
"linux" "868"
|
||||
"mac" "868"
|
||||
}
|
||||
|
||||
"m_flSpitStartTime" // float
|
||||
{
|
||||
"windows" "852"
|
||||
"linux" "872"
|
||||
"mac" "872"
|
||||
}
|
||||
|
||||
"m_fActivated" // BOOL
|
||||
{
|
||||
"windows" "856"
|
||||
"linux" "876"
|
||||
"mac" "876"
|
||||
}
|
||||
|
||||
"m_flDeathStart" // float
|
||||
{
|
||||
"windows" "860"
|
||||
"linux" "880"
|
||||
"mac" "880"
|
||||
}
|
||||
|
||||
"m_fHasEntered" // BOOL
|
||||
{
|
||||
"windows" "864"
|
||||
"linux" "884"
|
||||
"mac" "884"
|
||||
}
|
||||
|
||||
"m_flMadDelayTime" // float
|
||||
{
|
||||
"windows" "868"
|
||||
"linux" "888"
|
||||
"mac" "888"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Class Hierarchy
|
||||
* -
|
||||
* CBaseEntity
|
||||
* CBaseDelay
|
||||
* CBaseAnimating
|
||||
* CBaseToggle
|
||||
* CBaseMonster
|
||||
* COFGeneWorm
|
||||
*/
|
Reference in New Issue
Block a user