Update Opfor offsets
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
{
|
||||
"m_flAmmoUseTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
|
||||
"windows" "192"
|
||||
"linux" "208"
|
||||
"mac" "208"
|
||||
@ -28,6 +30,8 @@
|
||||
|
||||
"m_pBeam" // CBeam*
|
||||
{
|
||||
"type" "classptr"
|
||||
|
||||
"windows" "196"
|
||||
"linux" "212"
|
||||
"mac" "212"
|
||||
@ -35,6 +39,8 @@
|
||||
|
||||
"m_pNoise" // CBeam*
|
||||
{
|
||||
"type" "classptr"
|
||||
|
||||
"windows" "200"
|
||||
"linux" "216"
|
||||
"mac" "216"
|
||||
@ -42,6 +48,8 @@
|
||||
|
||||
"m_pSprite" // CSprite*
|
||||
{
|
||||
"type" "classptr"
|
||||
|
||||
"windows" "204"
|
||||
"linux" "220"
|
||||
"mac" "220"
|
||||
@ -49,6 +57,9 @@
|
||||
|
||||
"m_usEgonStop" // short unsigned int
|
||||
{
|
||||
"type" "short"
|
||||
"unsigned" "1"
|
||||
|
||||
"windows" "208"
|
||||
"linux" "224"
|
||||
"mac" "224"
|
||||
@ -56,6 +67,8 @@
|
||||
|
||||
"m_shootTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
|
||||
"windows" "212"
|
||||
"linux" "228"
|
||||
"mac" "228"
|
||||
@ -63,6 +76,8 @@
|
||||
|
||||
"m_fireMode" // enum EGON_FIREMODE
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "216"
|
||||
"linux" "232"
|
||||
"mac" "232"
|
||||
@ -70,6 +85,8 @@
|
||||
|
||||
"m_shakeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
|
||||
"windows" "220"
|
||||
"linux" "236"
|
||||
"mac" "236"
|
||||
@ -77,6 +94,8 @@
|
||||
|
||||
"m_deployed" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "224"
|
||||
"linux" "240"
|
||||
"mac" "240"
|
||||
@ -84,6 +103,9 @@
|
||||
|
||||
"m_usEgonFire" // short unsigned int
|
||||
{
|
||||
"type" "short"
|
||||
"unsigned" "1"
|
||||
|
||||
"windows" "228"
|
||||
"linux" "244"
|
||||
"mac" "244"
|
||||
@ -91,6 +113,9 @@
|
||||
|
||||
"m_usEgonEffect" // short unsigned int
|
||||
{
|
||||
"type" "short"
|
||||
"unsigned" "1"
|
||||
|
||||
"windows" "230"
|
||||
"linux" "246"
|
||||
"mac" "246"
|
||||
|
Reference in New Issue
Block a user