Update HLDM offsets

This commit is contained in:
Arkshine
2015-08-10 15:58:41 +02:00
parent 2fa53badd9
commit 9a83db66f5
138 changed files with 1775 additions and 1 deletions

View File

@ -21,6 +21,8 @@
{
"m_flAmmoUseTime" // float
{
"type" "time"
"windows" "188"
"linux" "204"
"mac" "204"
@ -28,6 +30,8 @@
"m_pBeam" // CBeam*
{
"type" "classptr"
"windows" "192"
"linux" "208"
"mac" "208"
@ -35,6 +39,8 @@
"m_pNoise" // CBeam*
{
"type" "classptr"
"windows" "196"
"linux" "212"
"mac" "212"
@ -42,6 +48,8 @@
"m_pSprite" // CSprite*
{
"type" "classptr"
"windows" "200"
"linux" "216"
"mac" "216"
@ -49,6 +57,9 @@
"m_usEgonStop" // short unsigned int
{
"type" "short"
"unsigned" "1"
"windows" "204"
"linux" "220"
"mac" "220"
@ -56,6 +67,8 @@
"m_shootTime" // float
{
"type" "time"
"windows" "208"
"linux" "224"
"mac" "224"
@ -63,6 +76,8 @@
"m_fireMode" // enum EGON_FIREMODE
{
"type" "integer"
"windows" "212"
"linux" "228"
"mac" "228"
@ -70,6 +85,8 @@
"m_shakeTime" // float
{
"type" "time"
"windows" "216"
"linux" "232"
"mac" "232"
@ -77,6 +94,8 @@
"m_deployed" // BOOL
{
"type" "integer"
"windows" "220"
"linux" "236"
"mac" "236"
@ -84,6 +103,9 @@
"m_usEgonFire" // short unsigned int
{
"type" "short"
"unsigned" "1"
"windows" "224"
"linux" "240"
"mac" "240"