Update CS offsets

This commit is contained in:
Arkshine 2015-08-10 12:28:44 +02:00
parent f4f4d966f3
commit db14b0eae8
111 changed files with 1968 additions and 25 deletions

View File

@ -21,6 +21,8 @@
{ {
"m_state" // int "m_state" // int
{ {
"type" "integer"
"windows" "480" "windows" "480"
"linux" "500" "linux" "500"
"mac" "500" "mac" "500"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireAK47" // short unsigned int "m_usFireAK47" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_flAttenuation" // float "m_flAttenuation" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_dpv" // dynpitchvol_t "m_dpv" // dynpitchvol_t
{ {
"type" "structure"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_fActive" // BOOL "m_fActive" // BOOL
{ {
"type" "integer"
"windows" "240" "windows" "240"
"linux" "256" "linux" "256"
"mac" "256" "mac" "256"
@ -42,6 +48,8 @@
"m_fLooping" // BOOL "m_fLooping" // BOOL
{ {
"type" "integer"
"windows" "244" "windows" "244"
"linux" "260" "linux" "260"
"mac" "260" "mac" "260"

View File

@ -21,6 +21,8 @@
{ {
"m_iItem" // int "m_iItem" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iCount" // int "m_iCount" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_iInitialCount" // int "m_iInitialCount" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_bAlreadyCounted" // bool "m_bAlreadyCounted" // bool
{ {
"type" "boolean"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireAug" // short unsigned int "m_usFireAug" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_globalstate" // int "m_globalstate" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"triggerType" // USE_TYPE "triggerType" // USE_TYPE
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireAWP" // short unsigned int "m_usFireAWP" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_flFrameRate" // float "m_flFrameRate" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"m_flGroundSpeed" // float "m_flGroundSpeed" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -35,6 +39,8 @@
"m_flLastEventCheck" // float "m_flLastEventCheck" // float
{ {
"type" "time"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -42,6 +48,8 @@
"m_fSequenceFinished" // BOOL "m_fSequenceFinished" // BOOL
{ {
"type" "integer"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -49,6 +57,8 @@
"m_fSequenceLoops" // BOOL "m_fSequenceLoops" // BOOL
{ {
"type" "integer"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"

View File

@ -21,6 +21,8 @@
{ {
"m_fStayPushed" // BOOL "m_fStayPushed" // BOOL
{ {
"type" "integer"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +30,8 @@
"m_fRotating" // BOOL "m_fRotating" // BOOL
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -35,6 +39,8 @@
"m_strChangeTarget" // string_t "m_strChangeTarget" // string_t
{ {
"type" "stringint"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -42,6 +48,8 @@
"m_ls" // locksound_t "m_ls" // locksound_t
{ {
"type" "structure"
"windows" "304" "windows" "304"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -49,6 +57,9 @@
"m_bLockedSound" // BYTE "m_bLockedSound" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "340" "windows" "340"
"linux" "360" "linux" "360"
"mac" "360" "mac" "360"
@ -56,6 +67,9 @@
"m_bLockedSentence" // BYTE "m_bLockedSentence" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "341" "windows" "341"
"linux" "361" "linux" "361"
"mac" "361" "mac" "361"
@ -63,6 +77,9 @@
"m_bUnlockedSound" // BYTE "m_bUnlockedSound" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "342" "windows" "342"
"linux" "362" "linux" "362"
"mac" "362" "mac" "362"
@ -70,6 +87,9 @@
"m_bUnlockedSentence" // BYTE "m_bUnlockedSentence" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "343" "windows" "343"
"linux" "363" "linux" "363"
"mac" "363" "mac" "363"
@ -77,6 +97,8 @@
"m_sounds" // int "m_sounds" // int
{ {
"type" "integer"
"windows" "344" "windows" "344"
"linux" "364" "linux" "364"
"mac" "364" "mac" "364"

View File

@ -21,6 +21,8 @@
{ {
"m_flDelay" // float "m_flDelay" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iszKillTarget" // int "m_iszKillTarget" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,9 @@
{ {
"m_bHealthValue" // BYTE "m_bHealthValue" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +31,9 @@
"m_bMoveSnd" // BYTE "m_bMoveSnd" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "293" "windows" "293"
"linux" "313" "linux" "313"
"mac" "313" "mac" "313"
@ -35,6 +41,9 @@
"m_bStopSnd" // BYTE "m_bStopSnd" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "294" "windows" "294"
"linux" "314" "linux" "314"
"mac" "314" "mac" "314"
@ -42,6 +51,8 @@
"m_ls" // locksound_t "m_ls" // locksound_t
{ {
"type" "structure"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -49,6 +60,9 @@
"m_bLockedSound" // BYTE "m_bLockedSound" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "332" "windows" "332"
"linux" "352" "linux" "352"
"mac" "352" "mac" "352"
@ -56,6 +70,9 @@
"m_bLockedSentence" // BYTE "m_bLockedSentence" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "333" "windows" "333"
"linux" "353" "linux" "353"
"mac" "353" "mac" "353"
@ -63,6 +80,9 @@
"m_bUnlockedSound" // BYTE "m_bUnlockedSound" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "334" "windows" "334"
"linux" "354" "linux" "354"
"mac" "354" "mac" "354"
@ -70,6 +90,9 @@
"m_bUnlockedSentence" // BYTE "m_bUnlockedSentence" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "335" "windows" "335"
"linux" "355" "linux" "355"
"mac" "355" "mac" "355"
@ -77,6 +100,8 @@
"m_lastBlockedTimestamp" // float "m_lastBlockedTimestamp" // float
{ {
"type" "time"
"windows" "336" "windows" "336"
"linux" "356" "linux" "356"
"mac" "356" "mac" "356"

View File

@ -21,6 +21,8 @@
{ {
"pev" // entvars_t* "pev" // entvars_t*
{ {
"type" "entvars"
"windows" "4" "windows" "4"
"linux" "4" "linux" "4"
"mac" "4" "mac" "4"
@ -28,6 +30,8 @@
"m_pGoalEnt" // CBaseEntity* "m_pGoalEnt" // CBaseEntity*
{ {
"type" "classptr"
"windows" "8" "windows" "8"
"linux" "8" "linux" "8"
"mac" "8" "mac" "8"
@ -35,6 +39,8 @@
"m_pLink" // CBaseEntity* "m_pLink" // CBaseEntity*
{ {
"type" "classptr"
"windows" "12" "windows" "12"
"linux" "12" "linux" "12"
"mac" "12" "mac" "12"
@ -42,6 +48,8 @@
"m_pfnThink" // (*__pfn)(CBaseEntity*) "m_pfnThink" // (*__pfn)(CBaseEntity*)
{ {
"type" "function"
"windows" "16" "windows" "16"
"linux" "16" "linux" "16"
"mac" "16" "mac" "16"
@ -49,6 +57,8 @@
"m_pfnTouch" // (*__pfn)(CBaseEntity*, CBaseEntity*) "m_pfnTouch" // (*__pfn)(CBaseEntity*, CBaseEntity*)
{ {
"type" "function"
"windows" "20" "windows" "20"
"linux" "24" "linux" "24"
"mac" "24" "mac" "24"
@ -56,6 +66,8 @@
"m_pfnUse" // (*__pfn)(CBaseEntity*, CBaseEntity*, CBaseEntity*, USE_TYPE, float) "m_pfnUse" // (*__pfn)(CBaseEntity*, CBaseEntity*, CBaseEntity*, USE_TYPE, float)
{ {
"type" "function"
"windows" "24" "windows" "24"
"linux" "32" "linux" "32"
"mac" "32" "mac" "32"
@ -63,6 +75,8 @@
"m_pfnBlocked" // (*__pfn)(CBaseEntity*, CBaseEntity*) "m_pfnBlocked" // (*__pfn)(CBaseEntity*, CBaseEntity*)
{ {
"type" "function"
"windows" "28" "windows" "28"
"linux" "40" "linux" "40"
"mac" "40" "mac" "40"
@ -70,6 +84,8 @@
"current_ammo" // int* "current_ammo" // int*
{ {
"type" "pointer"
"windows" "32" "windows" "32"
"linux" "48" "linux" "48"
"mac" "48" "mac" "48"
@ -77,6 +93,8 @@
"currentammo" // float "currentammo" // float
{ {
"type" "time"
"windows" "36" "windows" "36"
"linux" "52" "linux" "52"
"mac" "52" "mac" "52"
@ -84,6 +102,8 @@
"maxammo_buckshot" // int "maxammo_buckshot" // int
{ {
"type" "integer"
"windows" "40" "windows" "40"
"linux" "56" "linux" "56"
"mac" "56" "mac" "56"
@ -91,6 +111,8 @@
"ammo_buckshot" // int "ammo_buckshot" // int
{ {
"type" "integer"
"windows" "44" "windows" "44"
"linux" "60" "linux" "60"
"mac" "60" "mac" "60"
@ -98,6 +120,8 @@
"maxammo_9mm" // int "maxammo_9mm" // int
{ {
"type" "integer"
"windows" "48" "windows" "48"
"linux" "64" "linux" "64"
"mac" "64" "mac" "64"
@ -105,6 +129,8 @@
"ammo_9mm" // int "ammo_9mm" // int
{ {
"type" "integer"
"windows" "52" "windows" "52"
"linux" "68" "linux" "68"
"mac" "68" "mac" "68"
@ -112,6 +138,8 @@
"maxammo_556nato" // int "maxammo_556nato" // int
{ {
"type" "integer"
"windows" "56" "windows" "56"
"linux" "72" "linux" "72"
"mac" "72" "mac" "72"
@ -119,6 +147,8 @@
"ammo_556nato" // int "ammo_556nato" // int
{ {
"type" "integer"
"windows" "60" "windows" "60"
"linux" "76" "linux" "76"
"mac" "76" "mac" "76"
@ -126,6 +156,8 @@
"maxammo_556natobox" // int "maxammo_556natobox" // int
{ {
"type" "integer"
"windows" "64" "windows" "64"
"linux" "80" "linux" "80"
"mac" "80" "mac" "80"
@ -133,6 +165,8 @@
"ammo_556natobox" // int "ammo_556natobox" // int
{ {
"type" "integer"
"windows" "68" "windows" "68"
"linux" "84" "linux" "84"
"mac" "84" "mac" "84"
@ -140,6 +174,8 @@
"maxammo_762nato" // int "maxammo_762nato" // int
{ {
"type" "integer"
"windows" "72" "windows" "72"
"linux" "88" "linux" "88"
"mac" "88" "mac" "88"
@ -147,6 +183,8 @@
"ammo_762nato" // int "ammo_762nato" // int
{ {
"type" "integer"
"windows" "76" "windows" "76"
"linux" "92" "linux" "92"
"mac" "92" "mac" "92"
@ -154,6 +192,8 @@
"maxammo_45acp" // int "maxammo_45acp" // int
{ {
"type" "integer"
"windows" "80" "windows" "80"
"linux" "96" "linux" "96"
"mac" "96" "mac" "96"
@ -161,6 +201,8 @@
"ammo_45acp" // int "ammo_45acp" // int
{ {
"type" "integer"
"windows" "84" "windows" "84"
"linux" "100" "linux" "100"
"mac" "100" "mac" "100"
@ -168,6 +210,8 @@
"maxammo_50ae" // int "maxammo_50ae" // int
{ {
"type" "integer"
"windows" "88" "windows" "88"
"linux" "104" "linux" "104"
"mac" "104" "mac" "104"
@ -175,6 +219,8 @@
"ammo_50ae" // int "ammo_50ae" // int
{ {
"type" "integer"
"windows" "92" "windows" "92"
"linux" "108" "linux" "108"
"mac" "108" "mac" "108"
@ -182,6 +228,8 @@
"maxammo_338mag" // int "maxammo_338mag" // int
{ {
"type" "integer"
"windows" "96" "windows" "96"
"linux" "112" "linux" "112"
"mac" "112" "mac" "112"
@ -189,6 +237,8 @@
"ammo_338mag" // int "ammo_338mag" // int
{ {
"type" "integer"
"windows" "100" "windows" "100"
"linux" "116" "linux" "116"
"mac" "116" "mac" "116"
@ -196,6 +246,8 @@
"maxammo_57mm" // int "maxammo_57mm" // int
{ {
"type" "integer"
"windows" "104" "windows" "104"
"linux" "120" "linux" "120"
"mac" "120" "mac" "120"
@ -203,6 +255,8 @@
"ammo_57mm" // int "ammo_57mm" // int
{ {
"type" "integer"
"windows" "108" "windows" "108"
"linux" "124" "linux" "124"
"mac" "124" "mac" "124"
@ -210,6 +264,8 @@
"maxammo_357sig" // int "maxammo_357sig" // int
{ {
"type" "integer"
"windows" "112" "windows" "112"
"linux" "128" "linux" "128"
"mac" "128" "mac" "128"
@ -217,6 +273,8 @@
"ammo_357sig" // int "ammo_357sig" // int
{ {
"type" "integer"
"windows" "116" "windows" "116"
"linux" "132" "linux" "132"
"mac" "132" "mac" "132"
@ -224,6 +282,8 @@
"m_flStartThrow" // float "m_flStartThrow" // float
{ {
"type" "time"
"windows" "120" "windows" "120"
"linux" "136" "linux" "136"
"mac" "136" "mac" "136"
@ -231,6 +291,8 @@
"m_flReleaseThrow" // float "m_flReleaseThrow" // float
{ {
"type" "time"
"windows" "124" "windows" "124"
"linux" "140" "linux" "140"
"mac" "140" "mac" "140"
@ -238,6 +300,8 @@
"m_iSwing" // int "m_iSwing" // int
{ {
"type" "integer"
"windows" "128" "windows" "128"
"linux" "144" "linux" "144"
"mac" "144" "mac" "144"
@ -245,6 +309,8 @@
"has_disconnected" // bool "has_disconnected" // bool
{ {
"type" "boolean"
"windows" "132" "windows" "132"
"linux" "148" "linux" "148"
"mac" "148" "mac" "148"

View File

@ -21,6 +21,8 @@
{ {
"m_NeedGrenadeType" // int "m_NeedGrenadeType" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"sTriggerOnGrenade" // string_t "sTriggerOnGrenade" // string_t
{ {
"type" "stringint"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"sDisableOnGrenade" // string_t "sDisableOnGrenade" // string_t
{ {
"type" "stringint"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_fSmokeTouching" // bool "m_fSmokeTouching" // bool
{ {
"type" "boolean"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_fFlashTouched" // bool "m_fFlashTouched" // bool
{ {
"type" "boolean"
"windows" "149" "windows" "149"
"linux" "165" "linux" "165"
"mac" "165" "mac" "165"

View File

@ -21,6 +21,8 @@
{ {
"m_Activity" // Activity "m_Activity" // Activity
{ {
"type" "integer"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +30,8 @@
"m_IdealActivity" // Activity "m_IdealActivity" // Activity
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -35,6 +39,8 @@
"m_LastHitGroup" // int "m_LastHitGroup" // int
{ {
"type" "integer"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -42,6 +48,8 @@
"m_bitsDamageType" // int "m_bitsDamageType" // int
{ {
"type" "integer"
"windows" "304" "windows" "304"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -49,6 +57,10 @@
"m_rgbTimeBasedDamage" // unsigned char[8] "m_rgbTimeBasedDamage" // unsigned char[8]
{ {
"type" "character"
"size" "8"
"unsigned" "1"
"windows" "308" "windows" "308"
"linux" "328" "linux" "328"
"mac" "328" "mac" "328"
@ -56,6 +68,8 @@
"m_MonsterState" // MONSTERSTATE "m_MonsterState" // MONSTERSTATE
{ {
"type" "integer"
"windows" "316" "windows" "316"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -63,6 +77,8 @@
"m_IdealMonsterState" // MONSTERSTATE "m_IdealMonsterState" // MONSTERSTATE
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -70,6 +86,8 @@
"m_afConditions" // int "m_afConditions" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"
@ -77,6 +95,8 @@
"m_afMemory" // int "m_afMemory" // int
{ {
"type" "integer"
"windows" "328" "windows" "328"
"linux" "348" "linux" "348"
"mac" "348" "mac" "348"
@ -84,6 +104,8 @@
"m_flNextAttack" // float "m_flNextAttack" // float
{ {
"type" "time"
"windows" "332" "windows" "332"
"linux" "352" "linux" "352"
"mac" "352" "mac" "352"
@ -91,6 +113,8 @@
"m_hEnemy" // EHANDLE "m_hEnemy" // EHANDLE
{ {
"type" "ehandle"
"windows" "336" "windows" "336"
"linux" "356" "linux" "356"
"mac" "356" "mac" "356"
@ -98,6 +122,8 @@
"m_hTargetEnt" // EHANDLE "m_hTargetEnt" // EHANDLE
{ {
"type" "ehandle"
"windows" "344" "windows" "344"
"linux" "364" "linux" "364"
"mac" "364" "mac" "364"
@ -105,6 +131,8 @@
"m_flFieldOfView" // float "m_flFieldOfView" // float
{ {
"type" "time"
"windows" "352" "windows" "352"
"linux" "372" "linux" "372"
"mac" "372" "mac" "372"
@ -112,6 +140,8 @@
"m_bloodColor" // int "m_bloodColor" // int
{ {
"type" "integer"
"windows" "356" "windows" "356"
"linux" "376" "linux" "376"
"mac" "376" "mac" "376"
@ -119,6 +149,8 @@
"m_HackedGunPos" // Vector "m_HackedGunPos" // Vector
{ {
"type" "vector"
"windows" "360" "windows" "360"
"linux" "380" "linux" "380"
"mac" "380" "mac" "380"
@ -126,6 +158,8 @@
"m_vecEnemyLKP" // Vector "m_vecEnemyLKP" // Vector
{ {
"type" "vector"
"windows" "372" "windows" "372"
"linux" "392" "linux" "392"
"mac" "392" "mac" "392"

View File

@ -21,6 +21,9 @@
{ {
"m_bMoveSnd" // BYTE "m_bMoveSnd" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +31,9 @@
"m_bStopSnd" // BYTE "m_bStopSnd" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "293" "windows" "293"
"linux" "313" "linux" "313"
"mac" "313" "mac" "313"
@ -35,6 +41,8 @@
"m_volume" // float "m_volume" // float
{ {
"type" "time"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"

View File

@ -21,6 +21,8 @@
{ {
"m_pPlayer" // CBasePlayer* "m_pPlayer" // CBasePlayer*
{ {
"type" "classptr"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -28,6 +30,8 @@
"m_pNext" // CBasePlayerItem* "m_pNext" // CBasePlayerItem*
{ {
"type" "classptr"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"
@ -35,6 +39,8 @@
"m_iId" // int "m_iId" // int
{ {
"type" "integer"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"

View File

@ -21,6 +21,8 @@
{ {
"m_iPlayEmptySound" // int "m_iPlayEmptySound" // int
{ {
"type" "integer"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -28,6 +30,8 @@
"m_fFireOnEmpty" // int "m_fFireOnEmpty" // int
{ {
"type" "integer"
"windows" "180" "windows" "180"
"linux" "196" "linux" "196"
"mac" "196" "mac" "196"
@ -35,6 +39,8 @@
"m_flNextPrimaryAttack" // float "m_flNextPrimaryAttack" // float
{ {
"type" "time"
"windows" "184" "windows" "184"
"linux" "200" "linux" "200"
"mac" "200" "mac" "200"
@ -42,6 +48,8 @@
"m_flNextSecondaryAttack" // float "m_flNextSecondaryAttack" // float
{ {
"type" "time"
"windows" "188" "windows" "188"
"linux" "204" "linux" "204"
"mac" "204" "mac" "204"
@ -49,6 +57,8 @@
"m_flTimeWeaponIdle" // float "m_flTimeWeaponIdle" // float
{ {
"type" "time"
"windows" "192" "windows" "192"
"linux" "208" "linux" "208"
"mac" "208" "mac" "208"
@ -56,6 +66,8 @@
"m_iPrimaryAmmoType" // int "m_iPrimaryAmmoType" // int
{ {
"type" "integer"
"windows" "196" "windows" "196"
"linux" "212" "linux" "212"
"mac" "212" "mac" "212"
@ -63,6 +75,8 @@
"m_iSecondaryAmmoType" // int "m_iSecondaryAmmoType" // int
{ {
"type" "integer"
"windows" "200" "windows" "200"
"linux" "216" "linux" "216"
"mac" "216" "mac" "216"
@ -70,6 +84,8 @@
"m_iClip" // int "m_iClip" // int
{ {
"type" "integer"
"windows" "204" "windows" "204"
"linux" "220" "linux" "220"
"mac" "220" "mac" "220"
@ -77,6 +93,8 @@
"m_iClientClip" // int "m_iClientClip" // int
{ {
"type" "integer"
"windows" "208" "windows" "208"
"linux" "224" "linux" "224"
"mac" "224" "mac" "224"
@ -84,6 +102,8 @@
"m_iClientWeaponState" // int "m_iClientWeaponState" // int
{ {
"type" "integer"
"windows" "212" "windows" "212"
"linux" "228" "linux" "228"
"mac" "228" "mac" "228"
@ -91,6 +111,8 @@
"m_fInReload" // int "m_fInReload" // int
{ {
"type" "integer"
"windows" "216" "windows" "216"
"linux" "232" "linux" "232"
"mac" "232" "mac" "232"
@ -98,6 +120,8 @@
"m_fInSpecialReload" // int "m_fInSpecialReload" // int
{ {
"type" "integer"
"windows" "220" "windows" "220"
"linux" "236" "linux" "236"
"mac" "236" "mac" "236"
@ -105,6 +129,8 @@
"m_iDefaultAmmo" // int "m_iDefaultAmmo" // int
{ {
"type" "integer"
"windows" "224" "windows" "224"
"linux" "240" "linux" "240"
"mac" "240" "mac" "240"
@ -112,6 +138,8 @@
"m_iShellId" // int "m_iShellId" // int
{ {
"type" "integer"
"windows" "228" "windows" "228"
"linux" "244" "linux" "244"
"mac" "244" "mac" "244"
@ -119,6 +147,8 @@
"m_fMaxSpeed" // float "m_fMaxSpeed" // float
{ {
"type" "time"
"windows" "232" "windows" "232"
"linux" "248" "linux" "248"
"mac" "248" "mac" "248"
@ -126,6 +156,8 @@
"m_bDelayFire" // bool "m_bDelayFire" // bool
{ {
"type" "boolean"
"windows" "236" "windows" "236"
"linux" "252" "linux" "252"
"mac" "252" "mac" "252"
@ -133,6 +165,8 @@
"m_iDirection" // int "m_iDirection" // int
{ {
"type" "integer"
"windows" "240" "windows" "240"
"linux" "256" "linux" "256"
"mac" "256" "mac" "256"
@ -140,6 +174,8 @@
"m_bSecondarySilencerOn" // bool "m_bSecondarySilencerOn" // bool
{ {
"type" "boolean"
"windows" "244" "windows" "244"
"linux" "260" "linux" "260"
"mac" "260" "mac" "260"
@ -147,6 +183,8 @@
"m_flAccuracy" // float "m_flAccuracy" // float
{ {
"type" "time"
"windows" "248" "windows" "248"
"linux" "264" "linux" "264"
"mac" "264" "mac" "264"
@ -154,6 +192,8 @@
"m_flLastFire" // float "m_flLastFire" // float
{ {
"type" "time"
"windows" "252" "windows" "252"
"linux" "268" "linux" "268"
"mac" "268" "mac" "268"
@ -161,6 +201,8 @@
"m_iShotsFired" // int "m_iShotsFired" // int
{ {
"type" "integer"
"windows" "256" "windows" "256"
"linux" "272" "linux" "272"
"mac" "272" "mac" "272"
@ -168,6 +210,8 @@
"m_vVecAiming" // Vector "m_vVecAiming" // Vector
{ {
"type" "vector"
"windows" "260" "windows" "260"
"linux" "276" "linux" "276"
"mac" "276" "mac" "276"
@ -175,6 +219,8 @@
"model_name" // string_t "model_name" // string_t
{ {
"type" "stringint"
"windows" "272" "windows" "272"
"linux" "288" "linux" "288"
"mac" "288" "mac" "288"
@ -182,6 +228,8 @@
"m_flGlock18Shoot" // float "m_flGlock18Shoot" // float
{ {
"type" "time"
"windows" "276" "windows" "276"
"linux" "292" "linux" "292"
"mac" "292" "mac" "292"
@ -189,6 +237,8 @@
"m_iGlock18ShotsFired" // int "m_iGlock18ShotsFired" // int
{ {
"type" "integer"
"windows" "280" "windows" "280"
"linux" "296" "linux" "296"
"mac" "296" "mac" "296"
@ -196,6 +246,8 @@
"m_flFamasShoot" // float "m_flFamasShoot" // float
{ {
"type" "time"
"windows" "284" "windows" "284"
"linux" "300" "linux" "300"
"mac" "300" "mac" "300"
@ -203,6 +255,8 @@
"m_iFamasShotsFired" // int "m_iFamasShotsFired" // int
{ {
"type" "integer"
"windows" "288" "windows" "288"
"linux" "304" "linux" "304"
"mac" "304" "mac" "304"
@ -210,6 +264,8 @@
"m_fBurstSpread" // float "m_fBurstSpread" // float
{ {
"type" "time"
"windows" "292" "windows" "292"
"linux" "308" "linux" "308"
"mac" "308" "mac" "308"
@ -217,6 +273,8 @@
"m_iWeaponState" // int "m_iWeaponState" // int
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -224,6 +282,8 @@
"m_flNextReload" // float "m_flNextReload" // float
{ {
"type" "time"
"windows" "300" "windows" "300"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -231,6 +291,8 @@
"m_flDecreaseShotsFired" // float "m_flDecreaseShotsFired" // float
{ {
"type" "time"
"windows" "304" "windows" "304"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -238,6 +300,9 @@
"m_usFireGlock18" // short unsigned int "m_usFireGlock18" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "308" "windows" "308"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -245,6 +310,9 @@
"m_usFireFamas" // short unsigned int "m_usFireFamas" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "310" "windows" "310"
"linux" "326" "linux" "326"
"mac" "326" "mac" "326"
@ -252,6 +320,8 @@
"m_flPrevPrimaryAttack" // float "m_flPrevPrimaryAttack" // float
{ {
"type" "time"
"windows" "312" "windows" "312"
"linux" "328" "linux" "328"
"mac" "328" "mac" "328"
@ -259,6 +329,8 @@
"m_flLastFireTime" // float "m_flLastFireTime" // float
{ {
"type" "time"
"windows" "316" "windows" "316"
"linux" "332" "linux" "332"
"mac" "332" "mac" "332"

View File

@ -21,6 +21,8 @@
{ {
"m_toggle_state" // TOGGLE_STATE "m_toggle_state" // TOGGLE_STATE
{ {
"type" "integer"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -28,6 +30,8 @@
"m_flActivateFinished" // float "m_flActivateFinished" // float
{ {
"type" "time"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"
@ -35,6 +39,8 @@
"m_flMoveDistance" // float "m_flMoveDistance" // float
{ {
"type" "time"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"
@ -42,6 +48,8 @@
"m_flWait" // float "m_flWait" // float
{ {
"type" "time"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -49,6 +57,8 @@
"m_flLip" // float "m_flLip" // float
{ {
"type" "time"
"windows" "180" "windows" "180"
"linux" "196" "linux" "196"
"mac" "196" "mac" "196"
@ -56,6 +66,8 @@
"m_flTWidth" // float "m_flTWidth" // float
{ {
"type" "time"
"windows" "184" "windows" "184"
"linux" "200" "linux" "200"
"mac" "200" "mac" "200"
@ -63,6 +75,8 @@
"m_flTLength" // float "m_flTLength" // float
{ {
"type" "time"
"windows" "188" "windows" "188"
"linux" "204" "linux" "204"
"mac" "204" "mac" "204"
@ -70,6 +84,8 @@
"m_vecPosition1" // Vector "m_vecPosition1" // Vector
{ {
"type" "vector"
"windows" "192" "windows" "192"
"linux" "208" "linux" "208"
"mac" "208" "mac" "208"
@ -77,6 +93,8 @@
"m_vecPosition2" // Vector "m_vecPosition2" // Vector
{ {
"type" "vector"
"windows" "204" "windows" "204"
"linux" "220" "linux" "220"
"mac" "220" "mac" "220"
@ -84,6 +102,8 @@
"m_vecAngle1" // Vector "m_vecAngle1" // Vector
{ {
"type" "vector"
"windows" "216" "windows" "216"
"linux" "232" "linux" "232"
"mac" "232" "mac" "232"
@ -91,6 +111,8 @@
"m_vecAngle2" // Vector "m_vecAngle2" // Vector
{ {
"type" "vector"
"windows" "228" "windows" "228"
"linux" "244" "linux" "244"
"mac" "244" "mac" "244"
@ -98,6 +120,8 @@
"m_cTriggersLeft" // int "m_cTriggersLeft" // int
{ {
"type" "integer"
"windows" "240" "windows" "240"
"linux" "256" "linux" "256"
"mac" "256" "mac" "256"
@ -105,6 +129,8 @@
"m_flHeight" // float "m_flHeight" // float
{ {
"type" "time"
"windows" "244" "windows" "244"
"linux" "260" "linux" "260"
"mac" "260" "mac" "260"
@ -112,6 +138,8 @@
"m_hActivator" // EHANDLE "m_hActivator" // EHANDLE
{ {
"type" "ehandle"
"windows" "248" "windows" "248"
"linux" "264" "linux" "264"
"mac" "264" "mac" "264"
@ -119,6 +147,8 @@
"m_pfnCallWhenMoveDone" // (*__pfn)(CBaseToggle*) "m_pfnCallWhenMoveDone" // (*__pfn)(CBaseToggle*)
{ {
"type" "function"
"windows" "256" "windows" "256"
"linux" "272" "linux" "272"
"mac" "272" "mac" "272"
@ -126,6 +156,8 @@
"m_vecFinalDest" // Vector "m_vecFinalDest" // Vector
{ {
"type" "vector"
"windows" "260" "windows" "260"
"linux" "280" "linux" "280"
"mac" "280" "mac" "280"
@ -133,6 +165,8 @@
"m_vecFinalAngle" // Vector "m_vecFinalAngle" // Vector
{ {
"type" "vector"
"windows" "272" "windows" "272"
"linux" "292" "linux" "292"
"mac" "292" "mac" "292"
@ -140,6 +174,8 @@
"m_bitsDamageInflict" // int "m_bitsDamageInflict" // int
{ {
"type" "integer"
"windows" "284" "windows" "284"
"linux" "304" "linux" "304"
"mac" "304" "mac" "304"
@ -147,6 +183,8 @@
"m_sMaster" // string_t "m_sMaster" // string_t
{ {
"type" "stringint"
"windows" "288" "windows" "288"
"linux" "308" "linux" "308"
"mac" "308" "mac" "308"

View File

@ -21,6 +21,8 @@
{ {
"m_lastTime" // float "m_lastTime" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"m_tmBeepPeriod" // float "m_tmBeepPeriod" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -35,6 +39,8 @@
"m_bSetModel" // bool "m_bSetModel" // bool
{ {
"type" "boolean"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"

View File

@ -21,6 +21,8 @@
{ {
"m_profile" // const class BotProfile* "m_profile" // const class BotProfile*
{ {
"type" "pointer"
"windows" "2480" "windows" "2480"
"linux" "2500" "linux" "2500"
"mac" "2500" "mac" "2500"
@ -28,6 +30,9 @@
"m_id" // unsigned int "m_id" // unsigned int
{ {
"type" "integer"
"unsigned" "1"
"windows" "2484" "windows" "2484"
"linux" "2504" "linux" "2504"
"mac" "2504" "mac" "2504"
@ -35,6 +40,8 @@
"m_flNextBotThink" // float "m_flNextBotThink" // float
{ {
"type" "time"
"windows" "2488" "windows" "2488"
"linux" "2508" "linux" "2508"
"mac" "2508" "mac" "2508"
@ -42,6 +49,8 @@
"m_flNextFullBotThink" // float "m_flNextFullBotThink" // float
{ {
"type" "time"
"windows" "2492" "windows" "2492"
"linux" "2512" "linux" "2512"
"mac" "2512" "mac" "2512"
@ -49,6 +58,8 @@
"m_flPreviousCommandTime" // float "m_flPreviousCommandTime" // float
{ {
"type" "time"
"windows" "2496" "windows" "2496"
"linux" "2516" "linux" "2516"
"mac" "2516" "mac" "2516"
@ -56,6 +67,8 @@
"m_isRunning" // bool "m_isRunning" // bool
{ {
"type" "boolean"
"windows" "2500" "windows" "2500"
"linux" "2520" "linux" "2520"
"mac" "2520" "mac" "2520"
@ -63,6 +76,8 @@
"m_isCrouching" // bool "m_isCrouching" // bool
{ {
"type" "boolean"
"windows" "2501" "windows" "2501"
"linux" "2521" "linux" "2521"
"mac" "2521" "mac" "2521"
@ -70,6 +85,8 @@
"m_forwardSpeed" // float "m_forwardSpeed" // float
{ {
"type" "time"
"windows" "2504" "windows" "2504"
"linux" "2524" "linux" "2524"
"mac" "2524" "mac" "2524"
@ -77,6 +94,8 @@
"m_strafeSpeed" // float "m_strafeSpeed" // float
{ {
"type" "time"
"windows" "2508" "windows" "2508"
"linux" "2528" "linux" "2528"
"mac" "2528" "mac" "2528"
@ -84,6 +103,8 @@
"m_verticalSpeed" // float "m_verticalSpeed" // float
{ {
"type" "time"
"windows" "2512" "windows" "2512"
"linux" "2532" "linux" "2532"
"mac" "2532" "mac" "2532"
@ -91,6 +112,9 @@
"m_buttonFlags" // short unsigned int "m_buttonFlags" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "2516" "windows" "2516"
"linux" "2536" "linux" "2536"
"mac" "2536" "mac" "2536"
@ -98,6 +122,8 @@
"m_jumpTimestamp" // float "m_jumpTimestamp" // float
{ {
"type" "time"
"windows" "2520" "windows" "2520"
"linux" "2540" "linux" "2540"
"mac" "2540" "mac" "2540"
@ -105,6 +131,9 @@
"m_postureStack" // struct PostureContext[8] "m_postureStack" // struct PostureContext[8]
{ {
"type" "structure"
"size" "8"
"windows" "2524" "windows" "2524"
"linux" "2544" "linux" "2544"
"mac" "2544" "mac" "2544"
@ -112,6 +141,8 @@
"m_postureStackIndex" // int "m_postureStackIndex" // int
{ {
"type" "integer"
"windows" "2540" "windows" "2540"
"linux" "2560" "linux" "2560"
"mac" "2560" "mac" "2560"

View File

@ -21,6 +21,8 @@
{ {
"m_Material" // Materials "m_Material" // Materials
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"m_Explosion" // Explosions "m_Explosion" // Explosions
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -35,6 +39,8 @@
"m_idShard" // int "m_idShard" // int
{ {
"type" "integer"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -42,6 +48,8 @@
"m_angle" // float "m_angle" // float
{ {
"type" "time"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -49,6 +57,8 @@
"m_iszGibModel" // int "m_iszGibModel" // int
{ {
"type" "integer"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -56,6 +66,8 @@
"m_iszSpawnObject" // int "m_iszSpawnObject" // int
{ {
"type" "integer"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -63,6 +75,8 @@
"m_flHealth" // float "m_flHealth" // float
{ {
"type" "time"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"

View File

@ -21,6 +21,8 @@
{ {
"m_density" // int "m_density" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_frequency" // int "m_frequency" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_bubbleModel" // int "m_bubbleModel" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_state" // int "m_state" // int
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"

View File

@ -21,6 +21,8 @@
{ {
"m_bStartedArming" // bool "m_bStartedArming" // bool
{ {
"type" "boolean"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"m_bBombPlacedAnimation" // bool "m_bBombPlacedAnimation" // bool
{ {
"type" "boolean"
"windows" "321" "windows" "321"
"linux" "337" "linux" "337"
"mac" "337" "mac" "337"
@ -35,6 +39,8 @@
"m_fArmedTime" // float "m_fArmedTime" // float
{ {
"type" "time"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -42,6 +48,8 @@
"m_bHasShield" // bool "m_bHasShield" // bool
{ {
"type" "boolean"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,9 @@
{ {
"m_szMapName" // char[32] "m_szMapName" // char[32]
{ {
"type" "string"
"size" "32"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +31,9 @@
"m_szLandmarkName" // char[32] "m_szLandmarkName" // char[32]
{ {
"type" "string"
"size" "32"
"windows" "324" "windows" "324"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"
@ -35,6 +41,8 @@
"m_changeTarget" // int "m_changeTarget" // int
{ {
"type" "integer"
"windows" "356" "windows" "356"
"linux" "376" "linux" "376"
"mac" "376" "mac" "376"
@ -42,6 +50,8 @@
"m_changeTargetDelay" // float "m_changeTargetDelay" // float
{ {
"type" "time"
"windows" "360" "windows" "360"
"linux" "380" "linux" "380"
"mac" "380" "mac" "380"

View File

@ -21,6 +21,8 @@
{ {
"m_iStartDist" // int "m_iStartDist" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iEndDist" // int "m_iEndDist" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_fDensity" // float "m_fDensity" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"

View File

@ -21,6 +21,8 @@
{ {
"m_animate" // int "m_animate" // int
{ {
"type" "integer"
"windows" "384" "windows" "384"
"linux" "404" "linux" "404"
"mac" "404" "mac" "404"

View File

@ -21,6 +21,8 @@
{ {
"m_animate" // int "m_animate" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_lastTime" // float "m_lastTime" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_maxFrame" // float "m_maxFrame" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_renderfx" // int "m_renderfx" // int
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_rendermode" // int "m_rendermode" // int
{ {
"type" "integer"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -56,6 +66,8 @@
"m_renderamt" // float "m_renderamt" // float
{ {
"type" "time"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -63,6 +75,9 @@
"m_rendercolor" // float[3] "m_rendercolor" // float[3]
{ {
"type" "time"
"size" "3"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"

View File

@ -21,6 +21,8 @@
{ {
"m_iPose" // int "m_iPose" // int
{ {
"type" "integer"
"windows" "384" "windows" "384"
"linux" "404" "linux" "404"
"mac" "404" "mac" "404"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireDeagle" // short unsigned int "m_usFireDeagle" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireELITE_LEFT" // short unsigned int "m_usFireELITE_LEFT" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +40,9 @@
"m_usFireELITE_RIGHT" // short unsigned int "m_usFireELITE_RIGHT" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "326" "windows" "326"
"linux" "342" "linux" "342"
"mac" "342" "mac" "342"

View File

@ -21,6 +21,8 @@
{ {
"m_iMagnitude" // int "m_iMagnitude" // int
{ {
"type" "integer"
"windows" "384" "windows" "384"
"linux" "404" "linux" "404"
"mac" "404" "mac" "404"
@ -28,6 +30,8 @@
"m_spriteScale" // int "m_spriteScale" // int
{ {
"type" "integer"
"windows" "388" "windows" "388"
"linux" "408" "linux" "408"
"mac" "408" "mac" "408"

View File

@ -21,6 +21,8 @@
{ {
"m_iSprite" // int "m_iSprite" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"

View File

@ -21,6 +21,8 @@
{ {
"m_globalstate" // string_t "m_globalstate" // string_t
{ {
"type" "stringint"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_triggermode" // int "m_triggermode" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_initialstate" // int "m_initialstate" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"

View File

@ -21,6 +21,8 @@
{ {
"m_flRadius" // float "m_flRadius" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_flRoomtype" // float "m_flRoomtype" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,8 @@
{ {
"m_flDelay" // float "m_flDelay" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireFiveSeven" // short unsigned int "m_usFireFiveSeven" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_frictionFraction" // float "m_frictionFraction" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_iszXController" // int "m_iszXController" // int
{ {
"type" "integer"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +30,8 @@
"m_iszYController" // int "m_iszYController" // int
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -35,6 +39,8 @@
"m_flSpread" // float "m_flSpread" // float
{ {
"type" "time"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -42,6 +48,8 @@
"m_flDelay" // float "m_flDelay" // float
{ {
"type" "time"
"windows" "304" "windows" "304"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -49,6 +57,8 @@
"m_iCount" // int "m_iCount" // int
{ {
"type" "integer"
"windows" "308" "windows" "308"
"linux" "328" "linux" "328"
"mac" "328" "mac" "328"
@ -56,6 +66,8 @@
"m_fControl" // int "m_fControl" // int
{ {
"type" "integer"
"windows" "312" "windows" "312"
"linux" "332" "linux" "332"
"mac" "332" "mac" "332"

View File

@ -21,6 +21,8 @@
{ {
"m_end" // Vector "m_end" // Vector
{ {
"type" "vector"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -28,6 +30,8 @@
"m_start" // Vector "m_start" // Vector
{ {
"type" "vector"
"windows" "312" "windows" "312"
"linux" "332" "linux" "332"
"mac" "332" "mac" "332"

View File

@ -21,6 +21,8 @@
{ {
"m_flFanFriction" // float "m_flFanFriction" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_flAttenuation" // float "m_flAttenuation" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_flVolume" // float "m_flVolume" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_pitch" // float "m_pitch" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_sounds" // int "m_sounds" // int
{ {
"type" "integer"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"

View File

@ -21,6 +21,8 @@
{ {
"m_pController" // CBasePlayer* "m_pController" // CBasePlayer*
{ {
"type" "classptr"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_flNextAttack" // float "m_flNextAttack" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_vecControllerUsePos" // Vector "m_vecControllerUsePos" // Vector
{ {
"type" "vector"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_yawCenter" // float "m_yawCenter" // float
{ {
"type" "time"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -49,6 +57,8 @@
"m_yawRate" // float "m_yawRate" // float
{ {
"type" "time"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -56,6 +66,8 @@
"m_yawRange" // float "m_yawRange" // float
{ {
"type" "time"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -63,6 +75,8 @@
"m_yawTolerance" // float "m_yawTolerance" // float
{ {
"type" "time"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"
@ -70,6 +84,8 @@
"m_pitchCenter" // float "m_pitchCenter" // float
{ {
"type" "time"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"
@ -77,6 +93,8 @@
"m_pitchRate" // float "m_pitchRate" // float
{ {
"type" "time"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -84,6 +102,8 @@
"m_pitchRange" // float "m_pitchRange" // float
{ {
"type" "time"
"windows" "180" "windows" "180"
"linux" "196" "linux" "196"
"mac" "196" "mac" "196"
@ -91,6 +111,8 @@
"m_pitchTolerance" // float "m_pitchTolerance" // float
{ {
"type" "time"
"windows" "184" "windows" "184"
"linux" "200" "linux" "200"
"mac" "200" "mac" "200"
@ -98,6 +120,8 @@
"m_fireLast" // float "m_fireLast" // float
{ {
"type" "time"
"windows" "188" "windows" "188"
"linux" "204" "linux" "204"
"mac" "204" "mac" "204"
@ -105,6 +129,8 @@
"m_fireRate" // float "m_fireRate" // float
{ {
"type" "time"
"windows" "192" "windows" "192"
"linux" "208" "linux" "208"
"mac" "208" "mac" "208"
@ -112,6 +138,8 @@
"m_lastSightTime" // float "m_lastSightTime" // float
{ {
"type" "time"
"windows" "196" "windows" "196"
"linux" "212" "linux" "212"
"mac" "212" "mac" "212"
@ -119,6 +147,8 @@
"m_persist" // float "m_persist" // float
{ {
"type" "time"
"windows" "200" "windows" "200"
"linux" "216" "linux" "216"
"mac" "216" "mac" "216"
@ -126,6 +156,8 @@
"m_minRange" // float "m_minRange" // float
{ {
"type" "time"
"windows" "204" "windows" "204"
"linux" "220" "linux" "220"
"mac" "220" "mac" "220"
@ -133,6 +165,8 @@
"m_maxRange" // float "m_maxRange" // float
{ {
"type" "time"
"windows" "208" "windows" "208"
"linux" "224" "linux" "224"
"mac" "224" "mac" "224"
@ -140,6 +174,8 @@
"m_barrelPos" // Vector "m_barrelPos" // Vector
{ {
"type" "vector"
"windows" "212" "windows" "212"
"linux" "228" "linux" "228"
"mac" "228" "mac" "228"
@ -147,6 +183,8 @@
"m_spriteScale" // float "m_spriteScale" // float
{ {
"type" "time"
"windows" "224" "windows" "224"
"linux" "240" "linux" "240"
"mac" "240" "mac" "240"
@ -154,6 +192,8 @@
"m_iszSpriteSmoke" // int "m_iszSpriteSmoke" // int
{ {
"type" "integer"
"windows" "228" "windows" "228"
"linux" "244" "linux" "244"
"mac" "244" "mac" "244"
@ -161,6 +201,8 @@
"m_iszSpriteFlash" // int "m_iszSpriteFlash" // int
{ {
"type" "integer"
"windows" "232" "windows" "232"
"linux" "248" "linux" "248"
"mac" "248" "mac" "248"
@ -168,6 +210,8 @@
"m_bulletType" // enum TANKBULLET "m_bulletType" // enum TANKBULLET
{ {
"type" "integer"
"windows" "236" "windows" "236"
"linux" "252" "linux" "252"
"mac" "252" "mac" "252"
@ -175,6 +219,8 @@
"m_iBulletDamage" // int "m_iBulletDamage" // int
{ {
"type" "integer"
"windows" "240" "windows" "240"
"linux" "256" "linux" "256"
"mac" "256" "mac" "256"
@ -182,6 +228,8 @@
"m_sightOrigin" // Vector "m_sightOrigin" // Vector
{ {
"type" "vector"
"windows" "244" "windows" "244"
"linux" "260" "linux" "260"
"mac" "260" "mac" "260"
@ -189,6 +237,8 @@
"m_spread" // int "m_spread" // int
{ {
"type" "integer"
"windows" "256" "windows" "256"
"linux" "272" "linux" "272"
"mac" "272" "mac" "272"
@ -196,6 +246,8 @@
"m_iszMaster" // int "m_iszMaster" // int
{ {
"type" "integer"
"windows" "260" "windows" "260"
"linux" "276" "linux" "276"
"mac" "276" "mac" "276"

View File

@ -21,6 +21,8 @@
{ {
"m_pTank" // CFuncTank* "m_pTank" // CFuncTank*
{ {
"type" "classptr"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_pLaser" // CLaser* "m_pLaser" // CLaser*
{ {
"type" "classptr"
"windows" "264" "windows" "264"
"linux" "280" "linux" "280"
"mac" "280" "mac" "280"
@ -28,6 +30,8 @@
"m_laserTime" // float "m_laserTime" // float
{ {
"type" "time"
"windows" "268" "windows" "268"
"linux" "284" "linux" "284"
"mac" "284" "mac" "284"

View File

@ -21,6 +21,8 @@
{ {
"m_trackTop" // CPathTrack* "m_trackTop" // CPathTrack*
{ {
"type" "classptr"
"windows" "324" "windows" "324"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"
@ -28,6 +30,8 @@
"m_trackBottom" // CPathTrack* "m_trackBottom" // CPathTrack*
{ {
"type" "classptr"
"windows" "328" "windows" "328"
"linux" "348" "linux" "348"
"mac" "348" "mac" "348"
@ -35,6 +39,8 @@
"m_train" // CFuncTrackTrain* "m_train" // CFuncTrackTrain*
{ {
"type" "classptr"
"windows" "332" "windows" "332"
"linux" "352" "linux" "352"
"mac" "352" "mac" "352"
@ -42,6 +48,8 @@
"m_trackTopName" // int "m_trackTopName" // int
{ {
"type" "integer"
"windows" "336" "windows" "336"
"linux" "356" "linux" "356"
"mac" "356" "mac" "356"
@ -49,6 +57,8 @@
"m_trackBottomName" // int "m_trackBottomName" // int
{ {
"type" "integer"
"windows" "340" "windows" "340"
"linux" "360" "linux" "360"
"mac" "360" "mac" "360"
@ -56,6 +66,8 @@
"m_trainName" // int "m_trainName" // int
{ {
"type" "integer"
"windows" "344" "windows" "344"
"linux" "364" "linux" "364"
"mac" "364" "mac" "364"
@ -63,6 +75,8 @@
"m_code" // TRAIN_CODE "m_code" // TRAIN_CODE
{ {
"type" "integer"
"windows" "348" "windows" "348"
"linux" "368" "linux" "368"
"mac" "368" "mac" "368"
@ -70,6 +84,8 @@
"m_targetState" // int "m_targetState" // int
{ {
"type" "integer"
"windows" "352" "windows" "352"
"linux" "372" "linux" "372"
"mac" "372" "mac" "372"
@ -77,6 +93,8 @@
"m_use" // int "m_use" // int
{ {
"type" "integer"
"windows" "356" "windows" "356"
"linux" "376" "linux" "376"
"mac" "376" "mac" "376"

View File

@ -21,6 +21,8 @@
{ {
"m_ppath" // CPathTrack* "m_ppath" // CPathTrack*
{ {
"type" "classptr"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_length" // float "m_length" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_height" // float "m_height" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_speed" // float "m_speed" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_dir" // float "m_dir" // float
{ {
"type" "time"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -56,6 +66,8 @@
"m_startSpeed" // float "m_startSpeed" // float
{ {
"type" "time"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -63,6 +75,8 @@
"m_controlMins" // Vector "m_controlMins" // Vector
{ {
"type" "vector"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -70,6 +84,8 @@
"m_controlMaxs" // Vector "m_controlMaxs" // Vector
{ {
"type" "vector"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"
@ -77,6 +93,8 @@
"m_soundPlaying" // int "m_soundPlaying" // int
{ {
"type" "integer"
"windows" "184" "windows" "184"
"linux" "200" "linux" "200"
"mac" "200" "mac" "200"
@ -84,6 +102,8 @@
"m_sounds" // int "m_sounds" // int
{ {
"type" "integer"
"windows" "188" "windows" "188"
"linux" "204" "linux" "204"
"mac" "204" "mac" "204"
@ -91,6 +111,8 @@
"m_flVolume" // float "m_flVolume" // float
{ {
"type" "time"
"windows" "192" "windows" "192"
"linux" "208" "linux" "208"
"mac" "208" "mac" "208"
@ -98,6 +120,8 @@
"m_flBank" // float "m_flBank" // float
{ {
"type" "time"
"windows" "196" "windows" "196"
"linux" "212" "linux" "212"
"mac" "212" "mac" "212"
@ -105,6 +129,8 @@
"m_oldSpeed" // float "m_oldSpeed" // float
{ {
"type" "time"
"windows" "200" "windows" "200"
"linux" "216" "linux" "216"
"mac" "216" "mac" "216"
@ -112,6 +138,8 @@
"m_fTurnAngle" // float "m_fTurnAngle" // float
{ {
"type" "time"
"windows" "204" "windows" "204"
"linux" "220" "linux" "220"
"mac" "220" "mac" "220"
@ -119,6 +147,8 @@
"m_flSteeringWheelDecay" // float "m_flSteeringWheelDecay" // float
{ {
"type" "time"
"windows" "208" "windows" "208"
"linux" "224" "linux" "224"
"mac" "224" "mac" "224"
@ -126,6 +156,8 @@
"m_flAcceleratorDecay" // float "m_flAcceleratorDecay" // float
{ {
"type" "time"
"windows" "212" "windows" "212"
"linux" "228" "linux" "228"
"mac" "228" "mac" "228"
@ -133,6 +165,9 @@
"m_usAdjustPitch" // short unsigned int "m_usAdjustPitch" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "216" "windows" "216"
"linux" "232" "linux" "232"
"mac" "232" "mac" "232"

View File

@ -21,6 +21,8 @@
{ {
"m_vStartPosition" // Vector "m_vStartPosition" // Vector
{ {
"type" "vector"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -28,6 +30,8 @@
"m_pevFirstTarget" // entvars_t* "m_pevFirstTarget" // entvars_t*
{ {
"type" "entvars"
"windows" "312" "windows" "312"
"linux" "332" "linux" "332"
"mac" "332" "mac" "332"
@ -35,6 +39,8 @@
"m_pevCurrentTarget" // entvars_t* "m_pevCurrentTarget" // entvars_t*
{ {
"type" "entvars"
"windows" "316" "windows" "316"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -42,6 +48,8 @@
"m_sounds" // int "m_sounds" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -49,6 +57,8 @@
"m_activated" // BOOL "m_activated" // BOOL
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_ppath" // CPathTrack* "m_ppath" // CPathTrack*
{ {
"type" "classptr"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_length" // float "m_length" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_width" // float "m_width" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_height" // float "m_height" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_speed" // float "m_speed" // float
{ {
"type" "time"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -56,6 +66,8 @@
"m_dir" // float "m_dir" // float
{ {
"type" "time"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -63,6 +75,8 @@
"m_startSpeed" // float "m_startSpeed" // float
{ {
"type" "time"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -70,6 +84,8 @@
"m_controlMins" // Vector "m_controlMins" // Vector
{ {
"type" "vector"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -77,6 +93,8 @@
"m_controlMaxs" // Vector "m_controlMaxs" // Vector
{ {
"type" "vector"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -84,6 +102,8 @@
"m_soundPlaying" // int "m_soundPlaying" // int
{ {
"type" "integer"
"windows" "188" "windows" "188"
"linux" "204" "linux" "204"
"mac" "204" "mac" "204"
@ -91,6 +111,8 @@
"m_sounds" // int "m_sounds" // int
{ {
"type" "integer"
"windows" "192" "windows" "192"
"linux" "208" "linux" "208"
"mac" "208" "mac" "208"
@ -98,6 +120,8 @@
"m_acceleration" // int "m_acceleration" // int
{ {
"type" "integer"
"windows" "196" "windows" "196"
"linux" "212" "linux" "212"
"mac" "212" "mac" "212"
@ -105,6 +129,8 @@
"m_flVolume" // float "m_flVolume" // float
{ {
"type" "time"
"windows" "200" "windows" "200"
"linux" "216" "linux" "216"
"mac" "216" "mac" "216"
@ -112,6 +138,8 @@
"m_flBank" // float "m_flBank" // float
{ {
"type" "time"
"windows" "204" "windows" "204"
"linux" "220" "linux" "220"
"mac" "220" "mac" "220"
@ -119,6 +147,8 @@
"m_oldSpeed" // float "m_oldSpeed" // float
{ {
"type" "time"
"windows" "208" "windows" "208"
"linux" "224" "linux" "224"
"mac" "224" "mac" "224"
@ -126,6 +156,8 @@
"m_iTurnAngle" // int "m_iTurnAngle" // int
{ {
"type" "integer"
"windows" "212" "windows" "212"
"linux" "228" "linux" "228"
"mac" "228" "mac" "228"
@ -133,6 +165,8 @@
"m_flSteeringWheelDecay" // float "m_flSteeringWheelDecay" // float
{ {
"type" "time"
"windows" "216" "windows" "216"
"linux" "232" "linux" "232"
"mac" "232" "mac" "232"
@ -140,6 +174,8 @@
"m_flAcceleratorDecay" // float "m_flAcceleratorDecay" // float
{ {
"type" "time"
"windows" "220" "windows" "220"
"linux" "236" "linux" "236"
"mac" "236" "mac" "236"
@ -147,6 +183,8 @@
"m_flTurnStartTime" // float "m_flTurnStartTime" // float
{ {
"type" "time"
"windows" "224" "windows" "224"
"linux" "240" "linux" "240"
"mac" "240" "mac" "240"
@ -154,6 +192,8 @@
"m_flLaunchTime" // float "m_flLaunchTime" // float
{ {
"type" "time"
"windows" "228" "windows" "228"
"linux" "244" "linux" "244"
"mac" "244" "mac" "244"
@ -161,6 +201,8 @@
"m_flLastNormalZ" // float "m_flLastNormalZ" // float
{ {
"type" "time"
"windows" "232" "windows" "232"
"linux" "248" "linux" "248"
"mac" "248" "mac" "248"
@ -168,6 +210,8 @@
"m_flCanTurnNow" // float "m_flCanTurnNow" // float
{ {
"type" "time"
"windows" "236" "windows" "236"
"linux" "252" "linux" "252"
"mac" "252" "mac" "252"
@ -175,6 +219,8 @@
"m_flUpdateSound" // float "m_flUpdateSound" // float
{ {
"type" "time"
"windows" "240" "windows" "240"
"linux" "256" "linux" "256"
"mac" "256" "mac" "256"
@ -182,6 +228,8 @@
"m_vFrontLeft" // Vector "m_vFrontLeft" // Vector
{ {
"type" "vector"
"windows" "244" "windows" "244"
"linux" "260" "linux" "260"
"mac" "260" "mac" "260"
@ -189,6 +237,8 @@
"m_vFront" // Vector "m_vFront" // Vector
{ {
"type" "vector"
"windows" "256" "windows" "256"
"linux" "272" "linux" "272"
"mac" "272" "mac" "272"
@ -196,6 +246,8 @@
"m_vFrontRight" // Vector "m_vFrontRight" // Vector
{ {
"type" "vector"
"windows" "268" "windows" "268"
"linux" "284" "linux" "284"
"mac" "284" "mac" "284"
@ -203,6 +255,8 @@
"m_vBackLeft" // Vector "m_vBackLeft" // Vector
{ {
"type" "vector"
"windows" "280" "windows" "280"
"linux" "296" "linux" "296"
"mac" "296" "mac" "296"
@ -210,6 +264,8 @@
"m_vBack" // Vector "m_vBack" // Vector
{ {
"type" "vector"
"windows" "292" "windows" "292"
"linux" "308" "linux" "308"
"mac" "308" "mac" "308"
@ -217,6 +273,8 @@
"m_vBackRight" // Vector "m_vBackRight" // Vector
{ {
"type" "vector"
"windows" "304" "windows" "304"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -224,6 +282,8 @@
"m_vSurfaceNormal" // Vector "m_vSurfaceNormal" // Vector
{ {
"type" "vector"
"windows" "316" "windows" "316"
"linux" "332" "linux" "332"
"mac" "332" "mac" "332"
@ -231,6 +291,8 @@
"m_vVehicleDirection" // Vector "m_vVehicleDirection" // Vector
{ {
"type" "vector"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"
@ -238,6 +300,8 @@
"m_pDriver" // CBasePlayer* "m_pDriver" // CBasePlayer*
{ {
"type" "classptr"
"windows" "340" "windows" "340"
"linux" "356" "linux" "356"
"mac" "356" "mac" "356"
@ -245,6 +309,9 @@
"m_usAdjustPitch" // short unsigned int "m_usAdjustPitch" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "344" "windows" "344"
"linux" "360" "linux" "360"
"mac" "360" "mac" "360"

View File

@ -21,6 +21,8 @@
{ {
"sTriggerWithItems" // string_t "sTriggerWithItems" // string_t
{ {
"type" "stringint"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"sTriggerNoItems" // string_t "sTriggerNoItems" // string_t
{ {
"type" "stringint"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"sMaster" // string_t "sMaster" // string_t
{ {
"type" "stringint"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,10 @@
"sItemName" // unsigned int[32] "sItemName" // unsigned int[32]
{ {
"type" "integer"
"size" "32"
"unsigned" "1"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +59,8 @@
"iItemCount" // int "iItemCount" // int
{ {
"type" "integer"
"windows" "276" "windows" "276"
"linux" "292" "linux" "292"
"mac" "292" "mac" "292"
@ -56,6 +68,8 @@
"iAnyWeapon" // int "iAnyWeapon" // int
{ {
"type" "integer"
"windows" "280" "windows" "280"
"linux" "296" "linux" "296"
"mac" "296" "mac" "296"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireG3SG1" // short unsigned int "m_usFireG3SG1" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireGalil" // short unsigned int "m_usFireGalil" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,10 @@
{ {
"m_weaponNames" // unsigned int[32] "m_weaponNames" // unsigned int[32]
{ {
"type" "integer"
"size" "32"
"unsigned" "1"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -28,6 +32,9 @@
"m_weaponCount" // int[32] "m_weaponCount" // int[32]
{ {
"type" "integer"
"size" "32"
"windows" "268" "windows" "268"
"linux" "284" "linux" "284"
"mac" "284" "mac" "284"

View File

@ -21,6 +21,8 @@
{ {
"m_iszInTarget" // string_t "m_iszInTarget" // string_t
{ {
"type" "stringint"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -28,6 +30,8 @@
"m_iszOutTarget" // string_t "m_iszOutTarget" // string_t
{ {
"type" "stringint"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -35,6 +39,8 @@
"m_iszInCount" // string_t "m_iszInCount" // string_t
{ {
"type" "stringint"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -42,6 +48,8 @@
"m_iszOutCount" // string_t "m_iszOutCount" // string_t
{ {
"type" "stringint"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"

View File

@ -21,6 +21,8 @@
{ {
"m_teamIndex" // int "m_teamIndex" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -28,6 +30,8 @@
"triggerType" // USE_TYPE "triggerType" // USE_TYPE
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"

View File

@ -21,6 +21,8 @@
{ {
"m_textParms" // hudtextparms_t "m_textParms" // hudtextparms_t
{ {
"type" "structure"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,8 @@
{ {
"m_bloodColor" // int "m_bloodColor" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_cBloodDecals" // int "m_cBloodDecals" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_material" // int "m_material" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_lifeTime" // float "m_lifeTime" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"

View File

@ -21,6 +21,8 @@
{ {
"m_iGibs" // int "m_iGibs" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"m_iGibCapacity" // int "m_iGibCapacity" // int
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -35,6 +39,8 @@
"m_iGibMaterial" // int "m_iGibMaterial" // int
{ {
"type" "integer"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -42,6 +48,8 @@
"m_iGibModelIndex" // int "m_iGibModelIndex" // int
{ {
"type" "integer"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -49,6 +57,8 @@
"m_flGibVelocity" // float "m_flGibVelocity" // float
{ {
"type" "time"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -56,6 +66,8 @@
"m_flVariance" // float "m_flVariance" // float
{ {
"type" "time"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -63,6 +75,8 @@
"m_flGibLife" // float "m_flGibLife" // float
{ {
"type" "time"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"m_bBurstFire" // bool "m_bBurstFire" // bool
{ {
"type" "boolean"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_lastTime" // float "m_lastTime" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_maxFrame" // float "m_maxFrame" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,8 @@
{ {
"m_bStartDefuse" // bool "m_bStartDefuse" // bool
{ {
"type" "boolean"
"windows" "384" "windows" "384"
"linux" "404" "linux" "404"
"mac" "404" "mac" "404"
@ -28,6 +30,8 @@
"m_bIsC4" // bool "m_bIsC4" // bool
{ {
"type" "boolean"
"windows" "385" "windows" "385"
"linux" "405" "linux" "405"
"mac" "405" "mac" "405"
@ -35,6 +39,8 @@
"m_pBombDefuser" // EHANDLE "m_pBombDefuser" // EHANDLE
{ {
"type" "ehandle"
"windows" "388" "windows" "388"
"linux" "408" "linux" "408"
"mac" "408" "mac" "408"
@ -42,6 +48,8 @@
"m_flDefuseCountDown" // float "m_flDefuseCountDown" // float
{ {
"type" "time"
"windows" "396" "windows" "396"
"linux" "416" "linux" "416"
"mac" "416" "mac" "416"
@ -49,6 +57,8 @@
"m_flC4Blow" // float "m_flC4Blow" // float
{ {
"type" "time"
"windows" "400" "windows" "400"
"linux" "420" "linux" "420"
"mac" "420" "mac" "420"
@ -56,6 +66,8 @@
"m_flNextFreqInterval" // float "m_flNextFreqInterval" // float
{ {
"type" "time"
"windows" "404" "windows" "404"
"linux" "424" "linux" "424"
"mac" "424" "mac" "424"
@ -63,6 +75,8 @@
"m_flNextBeep" // float "m_flNextBeep" // float
{ {
"type" "time"
"windows" "408" "windows" "408"
"linux" "428" "linux" "428"
"mac" "428" "mac" "428"
@ -70,6 +84,8 @@
"m_flNextFreq" // float "m_flNextFreq" // float
{ {
"type" "time"
"windows" "412" "windows" "412"
"linux" "432" "linux" "432"
"mac" "432" "mac" "432"
@ -77,6 +93,8 @@
"m_sBeepName" // char* "m_sBeepName" // char*
{ {
"type" "stringptr"
"windows" "416" "windows" "416"
"linux" "436" "linux" "436"
"mac" "436" "mac" "436"
@ -84,6 +102,8 @@
"m_fAttenu" // float "m_fAttenu" // float
{ {
"type" "time"
"windows" "420" "windows" "420"
"linux" "440" "linux" "440"
"mac" "440" "mac" "440"
@ -91,6 +111,8 @@
"m_flNextBlink" // float "m_flNextBlink" // float
{ {
"type" "time"
"windows" "424" "windows" "424"
"linux" "444" "linux" "444"
"mac" "444" "mac" "444"
@ -98,6 +120,8 @@
"m_fNextDefuse" // float "m_fNextDefuse" // float
{ {
"type" "time"
"windows" "428" "windows" "428"
"linux" "448" "linux" "448"
"mac" "448" "mac" "448"
@ -105,6 +129,8 @@
"m_bJustBlew" // bool "m_bJustBlew" // bool
{ {
"type" "boolean"
"windows" "432" "windows" "432"
"linux" "452" "linux" "452"
"mac" "452" "mac" "452"
@ -112,6 +138,8 @@
"m_iTeam" // int "m_iTeam" // int
{ {
"type" "integer"
"windows" "436" "windows" "436"
"linux" "456" "linux" "456"
"mac" "456" "mac" "456"
@ -119,6 +147,8 @@
"m_iCurWave" // int "m_iCurWave" // int
{ {
"type" "integer"
"windows" "440" "windows" "440"
"linux" "460" "linux" "460"
"mac" "460" "mac" "460"
@ -126,6 +156,8 @@
"m_pentCurBombTarget" // edict_t* "m_pentCurBombTarget" // edict_t*
{ {
"type" "edict"
"windows" "444" "windows" "444"
"linux" "464" "linux" "464"
"mac" "464" "mac" "464"
@ -133,6 +165,8 @@
"m_SGSmoke" // int "m_SGSmoke" // int
{ {
"type" "integer"
"windows" "448" "windows" "448"
"linux" "468" "linux" "468"
"mac" "468" "mac" "468"
@ -140,6 +174,8 @@
"m_angle" // int "m_angle" // int
{ {
"type" "integer"
"windows" "452" "windows" "452"
"linux" "472" "linux" "472"
"mac" "472" "mac" "472"
@ -147,6 +183,9 @@
"m_usEvent" // short unsigned int "m_usEvent" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "456" "windows" "456"
"linux" "476" "linux" "476"
"mac" "476" "mac" "476"
@ -154,6 +193,8 @@
"m_bLightSmoke" // bool "m_bLightSmoke" // bool
{ {
"type" "boolean"
"windows" "458" "windows" "458"
"linux" "478" "linux" "478"
"mac" "478" "mac" "478"
@ -161,6 +202,8 @@
"m_bDetonated" // bool "m_bDetonated" // bool
{ {
"type" "boolean"
"windows" "459" "windows" "459"
"linux" "479" "linux" "479"
"mac" "479" "mac" "479"
@ -168,6 +211,8 @@
"m_vSmokeDetonate" // Vector "m_vSmokeDetonate" // Vector
{ {
"type" "vector"
"windows" "460" "windows" "460"
"linux" "480" "linux" "480"
"mac" "480" "mac" "480"
@ -175,6 +220,8 @@
"m_iBounceCount" // int "m_iBounceCount" // int
{ {
"type" "integer"
"windows" "472" "windows" "472"
"linux" "492" "linux" "492"
"mac" "492" "mac" "492"
@ -182,6 +229,8 @@
"m_fRegisteredSound" // BOOL "m_fRegisteredSound" // BOOL
{ {
"type" "integer"
"windows" "476" "windows" "476"
"linux" "496" "linux" "496"
"mac" "496" "mac" "496"

View File

@ -21,6 +21,8 @@
{ {
"m_on" // BOOL "m_on" // BOOL
{ {
"type" "integer"
"windows" "384" "windows" "384"
"linux" "404" "linux" "404"
"mac" "404" "mac" "404"

View File

@ -21,6 +21,9 @@
{ {
"m_usCreateExplosion" // short unsigned int "m_usCreateExplosion" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"

View File

@ -21,6 +21,8 @@
{ {
"m_Activity" // int "m_Activity" // int
{ {
"type" "integer"
"windows" "384" "windows" "384"
"linux" "404" "linux" "404"
"mac" "404" "mac" "404"
@ -28,6 +30,8 @@
"m_bTouched" // BOOL "m_bTouched" // BOOL
{ {
"type" "integer"
"windows" "388" "windows" "388"
"linux" "408" "linux" "408"
"mac" "408" "mac" "408"
@ -35,6 +39,8 @@
"m_bRescueMe" // BOOL "m_bRescueMe" // BOOL
{ {
"type" "integer"
"windows" "392" "windows" "392"
"linux" "412" "linux" "412"
"mac" "412" "mac" "412"
@ -42,6 +48,8 @@
"m_flFlinchTime" // float "m_flFlinchTime" // float
{ {
"type" "time"
"windows" "396" "windows" "396"
"linux" "416" "linux" "416"
"mac" "416" "mac" "416"
@ -49,6 +57,8 @@
"m_flNextChange" // float "m_flNextChange" // float
{ {
"type" "time"
"windows" "400" "windows" "400"
"linux" "420" "linux" "420"
"mac" "420" "mac" "420"
@ -56,6 +66,8 @@
"m_flMarkPosition" // float "m_flMarkPosition" // float
{ {
"type" "time"
"windows" "404" "windows" "404"
"linux" "424" "linux" "424"
"mac" "424" "mac" "424"
@ -63,6 +75,8 @@
"m_iModel" // int "m_iModel" // int
{ {
"type" "integer"
"windows" "408" "windows" "408"
"linux" "428" "linux" "428"
"mac" "428" "mac" "428"
@ -70,6 +84,8 @@
"m_iSkin" // int "m_iSkin" // int
{ {
"type" "integer"
"windows" "412" "windows" "412"
"linux" "432" "linux" "432"
"mac" "432" "mac" "432"
@ -77,6 +93,8 @@
"m_flNextRadarTime" // float "m_flNextRadarTime" // float
{ {
"type" "time"
"windows" "416" "windows" "416"
"linux" "436" "linux" "436"
"mac" "436" "mac" "436"
@ -84,6 +102,8 @@
"m_State" // enum state "m_State" // enum state
{ {
"type" "integer"
"windows" "420" "windows" "420"
"linux" "440" "linux" "440"
"mac" "440" "mac" "440"
@ -91,6 +111,8 @@
"m_vStart" // Vector "m_vStart" // Vector
{ {
"type" "vector"
"windows" "424" "windows" "424"
"linux" "444" "linux" "444"
"mac" "444" "mac" "444"
@ -98,6 +120,8 @@
"m_vStartAngles" // Vector "m_vStartAngles" // Vector
{ {
"type" "vector"
"windows" "436" "windows" "436"
"linux" "456" "linux" "456"
"mac" "456" "mac" "456"
@ -105,6 +129,9 @@
"m_vPathToFollow" // Vector[20] "m_vPathToFollow" // Vector[20]
{ {
"type" "vector"
"size" "20"
"windows" "448" "windows" "448"
"linux" "468" "linux" "468"
"mac" "468" "mac" "468"
@ -112,6 +139,8 @@
"m_iWaypoint" // int "m_iWaypoint" // int
{ {
"type" "integer"
"windows" "688" "windows" "688"
"linux" "708" "linux" "708"
"mac" "708" "mac" "708"
@ -119,13 +148,17 @@
"m_target" // CBasePlayer* "m_target" // CBasePlayer*
{ {
"type" "classptr"
"windows" "692" "windows" "692"
"linux" "712" "linux" "712"
"mac" "712" "mac" "712"
} }
"m_LocalNav" // CLocalNav* "m_LocalNav" // class CLocalNav*
{ {
"type" "pointer"
"windows" "696" "windows" "696"
"linux" "716" "linux" "716"
"mac" "716" "mac" "716"
@ -133,6 +166,8 @@
"nTargetNode" // int "nTargetNode" // int
{ {
"type" "integer"
"windows" "700" "windows" "700"
"linux" "720" "linux" "720"
"mac" "720" "mac" "720"
@ -140,6 +175,9 @@
"vecNodes" // Vector[100] "vecNodes" // Vector[100]
{ {
"type" "vector"
"size" "100"
"windows" "704" "windows" "704"
"linux" "724" "linux" "724"
"mac" "724" "mac" "724"
@ -147,6 +185,8 @@
"m_hStoppedTargetEnt" // EHANDLE "m_hStoppedTargetEnt" // EHANDLE
{ {
"type" "ehandle"
"windows" "1904" "windows" "1904"
"linux" "1924" "linux" "1924"
"mac" "1924" "mac" "1924"
@ -154,6 +194,8 @@
"m_flNextFullThink" // float "m_flNextFullThink" // float
{ {
"type" "time"
"windows" "1912" "windows" "1912"
"linux" "1932" "linux" "1932"
"mac" "1932" "mac" "1932"
@ -161,6 +203,8 @@
"m_flPathCheckInterval" // float "m_flPathCheckInterval" // float
{ {
"type" "time"
"windows" "1916" "windows" "1916"
"linux" "1936" "linux" "1936"
"mac" "1936" "mac" "1936"
@ -168,6 +212,8 @@
"m_flLastPathCheck" // float "m_flLastPathCheck" // float
{ {
"type" "time"
"windows" "1920" "windows" "1920"
"linux" "1940" "linux" "1940"
"mac" "1940" "mac" "1940"
@ -175,6 +221,8 @@
"m_nPathNodes" // int "m_nPathNodes" // int
{ {
"type" "integer"
"windows" "1924" "windows" "1924"
"linux" "1944" "linux" "1944"
"mac" "1944" "mac" "1944"
@ -182,6 +230,8 @@
"m_fHasPath" // BOOL "m_fHasPath" // BOOL
{ {
"type" "integer"
"windows" "1928" "windows" "1928"
"linux" "1948" "linux" "1948"
"mac" "1948" "mac" "1948"
@ -189,6 +239,8 @@
"m_flPathAcquired" // float "m_flPathAcquired" // float
{ {
"type" "time"
"windows" "1932" "windows" "1932"
"linux" "1952" "linux" "1952"
"mac" "1952" "mac" "1952"
@ -196,6 +248,8 @@
"m_vOldPos" // Vector "m_vOldPos" // Vector
{ {
"type" "vector"
"windows" "1936" "windows" "1936"
"linux" "1956" "linux" "1956"
"mac" "1956" "mac" "1956"
@ -203,6 +257,8 @@
"m_iHostageIndex" // int "m_iHostageIndex" // int
{ {
"type" "integer"
"windows" "1948" "windows" "1948"
"linux" "1968" "linux" "1968"
"mac" "1968" "mac" "1968"
@ -210,6 +266,8 @@
"m_bStuck" // BOOL "m_bStuck" // BOOL
{ {
"type" "integer"
"windows" "1952" "windows" "1952"
"linux" "1972" "linux" "1972"
"mac" "1972" "mac" "1972"
@ -217,13 +275,17 @@
"m_flStuckTime" // float "m_flStuckTime" // float
{ {
"type" "time"
"windows" "1956" "windows" "1956"
"linux" "1976" "linux" "1976"
"mac" "1976" "mac" "1976"
} }
"m_improv" // CHostageImprov* "m_improv" // class CHostageImprov*
{ {
"type" "pointer"
"windows" "1960" "windows" "1960"
"linux" "1980" "linux" "1980"
"mac" "1980" "mac" "1980"
@ -231,6 +293,8 @@
"m_whichModel" // enum ModelType "m_whichModel" // enum ModelType
{ {
"type" "integer"
"windows" "1964" "windows" "1964"
"linux" "1984" "linux" "1984"
"mac" "1984" "mac" "1984"

View File

@ -21,6 +21,8 @@
{ {
"m_trHit" // TraceResult "m_trHit" // TraceResult
{ {
"type" "structure"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usKnife" // short unsigned int "m_usKnife" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "376" "windows" "376"
"linux" "392" "linux" "392"
"mac" "392" "mac" "392"

View File

@ -21,6 +21,8 @@
{ {
"m_pSprite" // CSprite* "m_pSprite" // CSprite*
{ {
"type" "classptr"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iszSpriteName" // int "m_iszSpriteName" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_firePosition" // Vector "m_firePosition" // Vector
{ {
"type" "vector"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"

View File

@ -21,6 +21,8 @@
{ {
"m_iStyle" // int "m_iStyle" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iszPattern" // int "m_iszPattern" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_iStartedOff" // int "m_iStartedOff" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"

View File

@ -21,6 +21,8 @@
{ {
"m_active" // int "m_active" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iszStartEntity" // int "m_iszStartEntity" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_iszEndEntity" // int "m_iszEndEntity" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_life" // float "m_life" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_boltWidth" // int "m_boltWidth" // int
{ {
"type" "integer"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -56,6 +66,8 @@
"m_noiseAmplitude" // int "m_noiseAmplitude" // int
{ {
"type" "integer"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -63,6 +75,8 @@
"m_brightness" // int "m_brightness" // int
{ {
"type" "integer"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -70,6 +84,8 @@
"m_speed" // int "m_speed" // int
{ {
"type" "integer"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -77,6 +93,8 @@
"m_restrike" // float "m_restrike" // float
{ {
"type" "time"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"
@ -84,6 +102,8 @@
"m_spriteTexture" // int "m_spriteTexture" // int
{ {
"type" "integer"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"
@ -91,6 +111,8 @@
"m_iszSpriteName" // int "m_iszSpriteName" // int
{ {
"type" "integer"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -98,6 +120,8 @@
"m_frameStart" // int "m_frameStart" // int
{ {
"type" "integer"
"windows" "180" "windows" "180"
"linux" "196" "linux" "196"
"mac" "196" "mac" "196"
@ -105,6 +129,8 @@
"m_radius" // float "m_radius" // float
{ {
"type" "time"
"windows" "184" "windows" "184"
"linux" "200" "linux" "200"
"mac" "200" "mac" "200"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireM249" // short unsigned int "m_usFireM249" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"m_flPumpTime" // float "m_flPumpTime" // float
{ {
"type" "time"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireM3" // short unsigned int "m_usFireM3" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireM4A1" // short unsigned int "m_usFireM4A1" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireMAC10" // short unsigned int "m_usFireMAC10" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_iBuyingStatus" // int "m_iBuyingStatus" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_flBombRadius" // float "m_flBombRadius" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,9 @@
{ {
"m_bMoveSnd" // BYTE "m_bMoveSnd" // BYTE
{ {
"type" "character"
"unsigned" "1"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"

View File

@ -21,6 +21,8 @@
{ {
"m_lastUsed" // int "m_lastUsed" // int
{ {
"type" "integer"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +30,8 @@
"m_direction" // int "m_direction" // int
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -35,6 +39,8 @@
"m_returnSpeed" // float "m_returnSpeed" // float
{ {
"type" "time"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -42,6 +48,8 @@
"m_start" // Vector "m_start" // Vector
{ {
"type" "vector"
"windows" "304" "windows" "304"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -49,6 +57,8 @@
"m_end" // Vector "m_end" // Vector
{ {
"type" "vector"
"windows" "316" "windows" "316"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -56,6 +66,8 @@
"m_sounds" // int "m_sounds" // int
{ {
"type" "integer"
"windows" "328" "windows" "328"
"linux" "348" "linux" "348"
"mac" "348" "mac" "348"

View File

@ -21,6 +21,8 @@
{ {
"m_spriteTexture" // int "m_spriteTexture" // int
{ {
"type" "integer"
"windows" "480" "windows" "480"
"linux" "500" "linux" "500"
"mac" "500" "mac" "500"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireMP5N" // short unsigned int "m_usFireMP5N" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_cTargets" // int "m_cTargets" // int
{ {
"type" "integer"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +30,8 @@
"m_index" // int "m_index" // int
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -35,6 +39,8 @@
"m_startTime" // float "m_startTime" // float
{ {
"type" "time"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -42,6 +48,9 @@
"m_iTargetName" // int[16] "m_iTargetName" // int[16]
{ {
"type" "integer"
"size" "16"
"windows" "304" "windows" "304"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -49,6 +58,9 @@
"m_flTargetDelay" // float[16] "m_flTargetDelay" // float[16]
{ {
"type" "time"
"size" "16"
"windows" "368" "windows" "368"
"linux" "388" "linux" "388"
"mac" "388" "mac" "388"

View File

@ -21,6 +21,9 @@
{ {
"m_rgEntities" // EHANDLE[32] "m_rgEntities" // EHANDLE[32]
{ {
"type" "ehandle"
"size" "32"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +31,9 @@
"m_rgTriggered" // int[32] "m_rgTriggered" // int[32]
{ {
"type" "integer"
"size" "32"
"windows" "392" "windows" "392"
"linux" "408" "linux" "408"
"mac" "408" "mac" "408"
@ -35,6 +41,8 @@
"m_iTotal" // int "m_iTotal" // int
{ {
"type" "integer"
"windows" "520" "windows" "520"
"linux" "536" "linux" "536"
"mac" "536" "mac" "536"
@ -42,6 +50,8 @@
"m_globalstate" // string_t "m_globalstate" // string_t
{ {
"type" "stringint"
"windows" "524" "windows" "524"
"linux" "540" "linux" "540"
"mac" "540" "mac" "540"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireP228" // short unsigned int "m_usFireP228" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireP90" // short unsigned int "m_usFireP90" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_flWait" // float "m_flWait" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_length" // float "m_length" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_altName" // string_t "m_altName" // string_t
{ {
"type" "stringint"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_pnext" // CPathTrack* "m_pnext" // CPathTrack*
{ {
"type" "classptr"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_pprevious" // CPathTrack* "m_pprevious" // CPathTrack*
{ {
"type" "classptr"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_paltpath" // CPathTrack* "m_paltpath" // CPathTrack*
{ {
"type" "classptr"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"

View File

@ -21,6 +21,8 @@
{ {
"m_accel" // float "m_accel" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_distance" // float "m_distance" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_time" // float "m_time" // float
{ {
"type" "time"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,6 +48,8 @@
"m_damp" // float "m_damp" // float
{ {
"type" "time"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -49,6 +57,8 @@
"m_maxSpeed" // float "m_maxSpeed" // float
{ {
"type" "time"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -56,6 +66,8 @@
"m_dampSpeed" // float "m_dampSpeed" // float
{ {
"type" "time"
"windows" "156" "windows" "156"
"linux" "172" "linux" "172"
"mac" "172" "mac" "172"
@ -63,6 +75,8 @@
"m_center" // Vector "m_center" // Vector
{ {
"type" "vector"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -70,6 +84,8 @@
"m_start" // Vector "m_start" // Vector
{ {
"type" "vector"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"

View File

@ -21,6 +21,8 @@
{ {
"m_pPlatform" // CFuncPlat* "m_pPlatform" // CFuncPlat*
{ {
"type" "classptr"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_lastSound" // int "m_lastSound" // int
{ {
"type" "integer"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"
@ -28,6 +30,8 @@
"m_maxSpeed" // float "m_maxSpeed" // float
{ {
"type" "time"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -35,6 +39,8 @@
"m_soundTime" // float "m_soundTime" // float
{ {
"type" "time"
"windows" "180" "windows" "180"
"linux" "196" "linux" "196"
"mac" "196" "mac" "196"

View File

@ -21,6 +21,8 @@
{ {
"m_flNextCharge" // float "m_flNextCharge" // float
{ {
"type" "time"
"windows" "292" "windows" "292"
"linux" "312" "linux" "312"
"mac" "312" "mac" "312"
@ -28,6 +30,8 @@
"m_iReactivate" // int "m_iReactivate" // int
{ {
"type" "integer"
"windows" "296" "windows" "296"
"linux" "316" "linux" "316"
"mac" "316" "mac" "316"
@ -35,6 +39,8 @@
"m_iJuice" // int "m_iJuice" // int
{ {
"type" "integer"
"windows" "300" "windows" "300"
"linux" "320" "linux" "320"
"mac" "320" "mac" "320"
@ -42,6 +48,8 @@
"m_iOn" // int "m_iOn" // int
{ {
"type" "integer"
"windows" "304" "windows" "304"
"linux" "324" "linux" "324"
"mac" "324" "mac" "324"
@ -49,6 +57,8 @@
"m_flSoundTime" // float "m_flSoundTime" // float
{ {
"type" "time"
"windows" "308" "windows" "308"
"linux" "328" "linux" "328"
"mac" "328" "mac" "328"

View File

@ -21,6 +21,8 @@
{ {
"m_messageTime" // float "m_messageTime" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_loadTime" // float "m_loadTime" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,8 @@
{ {
"m_iszMaster" // string_t "m_iszMaster" // string_t
{ {
"type" "stringint"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireScout" // short unsigned int "m_usFireScout" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,9 @@
"m_usFireSG550" // short unsigned int "m_usFireSG550" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireSG552" // short unsigned int "m_usFireSG552" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,9 @@
{ {
"m_usCreateSmoke" // short unsigned int "m_usCreateSmoke" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"

View File

@ -21,6 +21,8 @@
{ {
"m_iFreeSound" // int "m_iFreeSound" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_iActiveSound" // int "m_iActiveSound" // int
{ {
"type" "integer"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"
@ -35,6 +39,8 @@
"m_cLastActiveSounds" // int "m_cLastActiveSounds" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -42,13 +48,18 @@
"m_fShowReport" // BOOL "m_fShowReport" // BOOL
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
} }
"m_SoundPool" // CSound[64] "m_SoundPool" // class CSound[64]
{ {
"type" "class"
"size" "64"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"

View File

@ -21,6 +21,8 @@
{ {
"m_preset" // int "m_preset" // int
{ {
"type" "integer"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"

View File

@ -21,6 +21,8 @@
{ {
"m_lastTime" // float "m_lastTime" // float
{ {
"type" "time"
"windows" "136" "windows" "136"
"linux" "152" "linux" "152"
"mac" "152" "mac" "152"
@ -28,6 +30,8 @@
"m_maxFrame" // float "m_maxFrame" // float
{ {
"type" "time"
"windows" "140" "windows" "140"
"linux" "156" "linux" "156"
"mac" "156" "mac" "156"

View File

@ -21,6 +21,8 @@
{ {
"m_iLoop" // int "m_iLoop" // int
{ {
"type" "integer"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"m_iBeam" // int "m_iBeam" // int
{ {
"type" "integer"
"windows" "148" "windows" "148"
"linux" "164" "linux" "164"
"mac" "164" "mac" "164"
@ -35,6 +39,9 @@
"m_pBeam" // CBeam*[24] "m_pBeam" // CBeam*[24]
{ {
"type" "classptr"
"size" "24"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -42,6 +49,9 @@
"m_flBeamTime" // float[24] "m_flBeamTime" // float[24]
{ {
"type" "time"
"size" "24"
"windows" "248" "windows" "248"
"linux" "264" "linux" "264"
"mac" "264" "mac" "264"
@ -49,6 +59,8 @@
"m_flStartTime" // float "m_flStartTime" // float
{ {
"type" "time"
"windows" "344" "windows" "344"
"linux" "360" "linux" "360"
"mac" "360" "mac" "360"

View File

@ -21,6 +21,8 @@
{ {
"m_iShell" // int "m_iShell" // int
{ {
"type" "integer"
"windows" "320" "windows" "320"
"linux" "336" "linux" "336"
"mac" "336" "mac" "336"
@ -28,6 +30,8 @@
"iShellOn" // int "iShellOn" // int
{ {
"type" "integer"
"windows" "324" "windows" "324"
"linux" "340" "linux" "340"
"mac" "340" "mac" "340"
@ -35,6 +39,9 @@
"m_usFireTMP" // short unsigned int "m_usFireTMP" // short unsigned int
{ {
"type" "short"
"unsigned" "1"
"windows" "328" "windows" "328"
"linux" "344" "linux" "344"
"mac" "344" "mac" "344"

View File

@ -21,6 +21,8 @@
{ {
"m_hPlayer" // EHANDLE "m_hPlayer" // EHANDLE
{ {
"type" "ehandle"
"windows" "144" "windows" "144"
"linux" "160" "linux" "160"
"mac" "160" "mac" "160"
@ -28,6 +30,8 @@
"m_hTarget" // EHANDLE "m_hTarget" // EHANDLE
{ {
"type" "ehandle"
"windows" "152" "windows" "152"
"linux" "168" "linux" "168"
"mac" "168" "mac" "168"
@ -35,6 +39,8 @@
"m_pentPath" // CBaseEntity* "m_pentPath" // CBaseEntity*
{ {
"type" "classptr"
"windows" "160" "windows" "160"
"linux" "176" "linux" "176"
"mac" "176" "mac" "176"
@ -42,6 +48,8 @@
"m_sPath" // int "m_sPath" // int
{ {
"type" "integer"
"windows" "164" "windows" "164"
"linux" "180" "linux" "180"
"mac" "180" "mac" "180"
@ -49,6 +57,8 @@
"m_flWait" // float "m_flWait" // float
{ {
"type" "time"
"windows" "168" "windows" "168"
"linux" "184" "linux" "184"
"mac" "184" "mac" "184"
@ -56,6 +66,8 @@
"m_flReturnTime" // float "m_flReturnTime" // float
{ {
"type" "time"
"windows" "172" "windows" "172"
"linux" "188" "linux" "188"
"mac" "188" "mac" "188"
@ -63,6 +75,8 @@
"m_flStopTime" // float "m_flStopTime" // float
{ {
"type" "time"
"windows" "176" "windows" "176"
"linux" "192" "linux" "192"
"mac" "192" "mac" "192"
@ -70,6 +84,8 @@
"m_moveDistance" // float "m_moveDistance" // float
{ {
"type" "time"
"windows" "180" "windows" "180"
"linux" "196" "linux" "196"
"mac" "196" "mac" "196"
@ -77,6 +93,8 @@
"m_targetSpeed" // float "m_targetSpeed" // float
{ {
"type" "time"
"windows" "184" "windows" "184"
"linux" "200" "linux" "200"
"mac" "200" "mac" "200"
@ -84,6 +102,8 @@
"m_initialSpeed" // float "m_initialSpeed" // float
{ {
"type" "time"
"windows" "188" "windows" "188"
"linux" "204" "linux" "204"
"mac" "204" "mac" "204"
@ -91,6 +111,8 @@
"m_acceleration" // float "m_acceleration" // float
{ {
"type" "time"
"windows" "192" "windows" "192"
"linux" "208" "linux" "208"
"mac" "208" "mac" "208"
@ -98,6 +120,8 @@
"m_deceleration" // float "m_deceleration" // float
{ {
"type" "time"
"windows" "196" "windows" "196"
"linux" "212" "linux" "212"
"mac" "212" "mac" "212"
@ -105,6 +129,8 @@
"m_state" // int "m_state" // int
{ {
"type" "integer"
"windows" "200" "windows" "200"
"linux" "216" "linux" "216"
"mac" "216" "mac" "216"

Some files were not shown because too many files have changed in this diff Show More