Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextHornetAttackCheck" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flNextSpeakTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "728"
|
||||
"linux" "748"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flNextWordTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flAttenuation" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flForce" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flNextRocket" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_flLastSeen" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "744"
|
||||
"linux" "764"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flPrevSeen" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "748"
|
||||
"linux" "768"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_flGoalSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "768"
|
||||
"linux" "788"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flAltitude" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flKillVictimTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flTongueAdj" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_painTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "776"
|
||||
"linux" "796"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_checkAttackTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "780"
|
||||
"linux" "800"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flPlayerDamage" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "788"
|
||||
"linux" "808"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flFrameRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "92"
|
||||
"linux" "108"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flGroundSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "96"
|
||||
"linux" "112"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flLastEventCheck" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "100"
|
||||
"linux" "116"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
|
@ -156,7 +156,7 @@
|
||||
|
||||
"m_flStartThrow" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "64"
|
||||
"linux" "80"
|
||||
@ -165,7 +165,7 @@
|
||||
|
||||
"m_flReleaseThrow" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "68"
|
||||
"linux" "84"
|
||||
|
@ -68,7 +68,7 @@
|
||||
|
||||
"m_flFieldOfView" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "340"
|
||||
"linux" "360"
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
"m_flWaitFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "344"
|
||||
"linux" "364"
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
"m_flMoveWaitFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "348"
|
||||
"linux" "368"
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
"m_moveWaitTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "520"
|
||||
"linux" "540"
|
||||
@ -303,7 +303,7 @@
|
||||
|
||||
"m_flNextAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "592"
|
||||
"linux" "612"
|
||||
@ -359,7 +359,7 @@
|
||||
|
||||
"m_flHungryTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "620"
|
||||
"linux" "640"
|
||||
@ -368,7 +368,7 @@
|
||||
|
||||
"m_flDistTooFar" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "624"
|
||||
"linux" "644"
|
||||
@ -377,7 +377,7 @@
|
||||
|
||||
"m_flDistLook" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "628"
|
||||
"linux" "648"
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
"m_volume" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "244"
|
||||
"linux" "264"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextObserverInput" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flStopExtraSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flFlashLightTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "708"
|
||||
"linux" "728"
|
||||
@ -174,7 +174,7 @@
|
||||
|
||||
"m_flSndRoomtype" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
@ -183,7 +183,7 @@
|
||||
|
||||
"m_flSndRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "736"
|
||||
"linux" "756"
|
||||
@ -192,7 +192,7 @@
|
||||
|
||||
"m_flFallVelocity" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "740"
|
||||
"linux" "760"
|
||||
@ -239,7 +239,7 @@
|
||||
|
||||
"m_fNextSuicideTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "776"
|
||||
"linux" "796"
|
||||
@ -248,7 +248,7 @@
|
||||
|
||||
"m_flTimeStepSound" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "780"
|
||||
"linux" "800"
|
||||
@ -257,7 +257,7 @@
|
||||
|
||||
"m_flTimeWeaponIdle" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "784"
|
||||
"linux" "804"
|
||||
@ -266,7 +266,7 @@
|
||||
|
||||
"m_flSwimTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "788"
|
||||
"linux" "808"
|
||||
@ -275,7 +275,7 @@
|
||||
|
||||
"m_flDuckTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "792"
|
||||
"linux" "812"
|
||||
@ -284,7 +284,7 @@
|
||||
|
||||
"m_flWallJumpTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "796"
|
||||
"linux" "816"
|
||||
@ -293,7 +293,7 @@
|
||||
|
||||
"m_flSuitUpdate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "800"
|
||||
"linux" "820"
|
||||
@ -331,7 +331,7 @@
|
||||
|
||||
"m_rgflSuitNoRepeatTime" // float[32]
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
"size" "32"
|
||||
|
||||
"windows" "952"
|
||||
@ -350,7 +350,7 @@
|
||||
|
||||
"m_tbdPrev" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1084"
|
||||
"linux" "1104"
|
||||
@ -359,7 +359,7 @@
|
||||
|
||||
"m_flgeigerRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1088"
|
||||
"linux" "1108"
|
||||
@ -368,7 +368,7 @@
|
||||
|
||||
"m_flgeigerDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1092"
|
||||
"linux" "1112"
|
||||
@ -486,7 +486,7 @@
|
||||
|
||||
"m_fDeadTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1156"
|
||||
"linux" "1176"
|
||||
@ -513,7 +513,7 @@
|
||||
|
||||
"m_tSneaking" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1168"
|
||||
"linux" "1188"
|
||||
@ -669,7 +669,7 @@
|
||||
|
||||
"m_iRespawnFrames" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1512"
|
||||
"linux" "1532"
|
||||
@ -705,7 +705,7 @@
|
||||
|
||||
"m_flNextDecalTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1528"
|
||||
"linux" "1548"
|
||||
@ -734,7 +734,7 @@
|
||||
|
||||
"m_flStartCharge" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1580"
|
||||
"linux" "1600"
|
||||
@ -743,7 +743,7 @@
|
||||
|
||||
"m_flAmmoStartCharge" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1584"
|
||||
"linux" "1604"
|
||||
@ -752,7 +752,7 @@
|
||||
|
||||
"m_flPlayAftershock" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1588"
|
||||
"linux" "1608"
|
||||
@ -761,7 +761,7 @@
|
||||
|
||||
"m_flNextAmmoBurn" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1592"
|
||||
"linux" "1612"
|
||||
@ -780,7 +780,7 @@
|
||||
|
||||
"m_flNextSBarUpdateTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1612"
|
||||
"linux" "1632"
|
||||
@ -789,7 +789,7 @@
|
||||
|
||||
"m_flStatusBarDisappearDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1616"
|
||||
"linux" "1636"
|
||||
@ -818,7 +818,7 @@
|
||||
|
||||
"m_flNextChatTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1876"
|
||||
"linux" "1896"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flPumpTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "132"
|
||||
"linux" "148"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flNextPrimaryAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "140"
|
||||
"linux" "156"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flNextSecondaryAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "144"
|
||||
"linux" "160"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flTimeWeaponIdle" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "148"
|
||||
"linux" "164"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_flPrevPrimaryAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "180"
|
||||
"linux" "196"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_flLastFireTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "184"
|
||||
"linux" "200"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flActivateFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "116"
|
||||
"linux" "132"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flMoveDistance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "120"
|
||||
"linux" "136"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flWait" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "124"
|
||||
"linux" "140"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flLip" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "128"
|
||||
"linux" "144"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flTWidth" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "132"
|
||||
"linux" "148"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flTLength" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "136"
|
||||
"linux" "152"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_flHeight" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "192"
|
||||
"linux" "208"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flMaxSpin" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_fTurnRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_flLastSight" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_flMaxWait" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "728"
|
||||
"linux" "748"
|
||||
@ -174,7 +174,7 @@
|
||||
|
||||
"m_flStartYaw" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "736"
|
||||
"linux" "756"
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
"m_flPingTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "764"
|
||||
"linux" "784"
|
||||
@ -210,7 +210,7 @@
|
||||
|
||||
"m_flSpinUpTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "768"
|
||||
"linux" "788"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_nodeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_crabTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_mortarTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_painSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "672"
|
||||
"linux" "692"
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
"m_angle" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "104"
|
||||
"linux" "120"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flLastHurtTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flNextSpitTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
|
@ -50,7 +50,7 @@
|
||||
|
||||
"m_changeTargetDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "308"
|
||||
"linux" "328"
|
||||
|
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flRepeat" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_startTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextFlinch" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "716"
|
||||
"linux" "736"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flShootTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flShootEnd" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
"m_iBallTime" // float[2]
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
"size" "2"
|
||||
|
||||
"windows" "744"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_lastTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_maxFrame" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "92"
|
||||
"linux" "108"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flAmmoUseTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "188"
|
||||
"linux" "204"
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
"m_shootTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "208"
|
||||
"linux" "224"
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
"m_shakeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "216"
|
||||
"linux" "232"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flRoomtype" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
|
@ -84,7 +84,7 @@
|
||||
|
||||
"m_flGoalSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_flLastBlockedTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "708"
|
||||
"linux" "728"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_flFakeBlockedTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "712"
|
||||
"linux" "732"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flAlertTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "716"
|
||||
"linux" "736"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flFlockNextSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flFlockRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flightSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "672"
|
||||
"linux" "692"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_stopTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_momentum" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_frictionFraction" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flSpread" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "248"
|
||||
"linux" "268"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "252"
|
||||
"linux" "272"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flFanFriction" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flAttenuation" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flVolume" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "92"
|
||||
"linux" "108"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_pitch" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "96"
|
||||
"linux" "112"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_yawCenter" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "104"
|
||||
"linux" "120"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_yawRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "108"
|
||||
"linux" "124"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_yawRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "112"
|
||||
"linux" "128"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_yawTolerance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "116"
|
||||
"linux" "132"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_pitchCenter" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "120"
|
||||
"linux" "136"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_pitchRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "124"
|
||||
"linux" "140"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_pitchRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "128"
|
||||
"linux" "144"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_pitchTolerance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "132"
|
||||
"linux" "148"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_fireLast" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "136"
|
||||
"linux" "152"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_fireRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "140"
|
||||
"linux" "156"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_lastSightTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "144"
|
||||
"linux" "160"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_persist" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "148"
|
||||
"linux" "164"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_minRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "152"
|
||||
"linux" "168"
|
||||
@ -165,7 +165,7 @@
|
||||
|
||||
"m_maxRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "156"
|
||||
"linux" "172"
|
||||
@ -183,7 +183,7 @@
|
||||
|
||||
"m_spriteScale" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "172"
|
||||
"linux" "188"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_laserTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "216"
|
||||
"linux" "232"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_length" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_height" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "92"
|
||||
"linux" "108"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_speed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "96"
|
||||
"linux" "112"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_dir" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "100"
|
||||
"linux" "116"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_startSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "104"
|
||||
"linux" "120"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flVolume" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "140"
|
||||
"linux" "156"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flBank" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "144"
|
||||
"linux" "160"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_oldSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "148"
|
||||
"linux" "164"
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
"m_seeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
"m_flameTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "688"
|
||||
"linux" "708"
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
"m_painSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
@ -76,7 +76,7 @@
|
||||
|
||||
"m_streakTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "696"
|
||||
"linux" "716"
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
"m_flameX" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
"m_flameY" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
"m_lifeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "96"
|
||||
"linux" "112"
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flGibVelocity" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "108"
|
||||
"linux" "124"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flVariance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "112"
|
||||
"linux" "128"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flGibLife" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "116"
|
||||
"linux" "132"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_lastTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_maxFrame" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flTalkTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flLastShot" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flDiviation" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flNextJump" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flNextGrenadeCheck" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextGrenadeCheck" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "716"
|
||||
"linux" "736"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flLastEnemySightTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextAnimTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "188"
|
||||
"linux" "204"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flRechargeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "192"
|
||||
"linux" "208"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flStopAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flFlySpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_idealDist" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flBlink" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flEnemyTouched" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "708"
|
||||
"linux" "728"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flMaxSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "716"
|
||||
"linux" "736"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flMinSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_flMaxDist" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_flNextAlert" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
"m_flNextAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "756"
|
||||
"linux" "776"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flTurning" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flAccelerate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_obstacle" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "672"
|
||||
"linux" "692"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_top" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_bottom" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_height" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_waterTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "688"
|
||||
"linux" "708"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_sideTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_zTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "696"
|
||||
"linux" "716"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_stateTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_attackSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
"m_life" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "96"
|
||||
"linux" "112"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_restrike" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "116"
|
||||
"linux" "132"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_radius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "132"
|
||||
"linux" "148"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_returnSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "248"
|
||||
"linux" "268"
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flGround" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextAnimTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "188"
|
||||
"linux" "204"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_startTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "248"
|
||||
"linux" "268"
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
"m_flTargetDelay" // float[16]
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
"size" "16"
|
||||
|
||||
"windows" "316"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flForce" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextPainSound" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_flMinZ" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "740"
|
||||
"linux" "760"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_flMaxZ" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "744"
|
||||
"linux" "764"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flLastSeen" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "760"
|
||||
"linux" "780"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_flPrevSeen" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "764"
|
||||
"linux" "784"
|
||||
@ -193,7 +193,7 @@
|
||||
|
||||
"m_flAdj" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "952"
|
||||
"linux" "972"
|
||||
@ -271,7 +271,7 @@
|
||||
|
||||
"m_flShootEnd" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1344"
|
||||
"linux" "1364"
|
||||
@ -280,7 +280,7 @@
|
||||
|
||||
"m_flShootTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1348"
|
||||
"linux" "1368"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flIdealVel" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
|
@ -84,7 +84,7 @@
|
||||
|
||||
"m_startTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "736"
|
||||
"linux" "756"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_dTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "740"
|
||||
"linux" "760"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flIdealtilt" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "756"
|
||||
"linux" "776"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flRotortilt" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "760"
|
||||
"linux" "780"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_flRightHealth" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "764"
|
||||
"linux" "784"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_flLeftHealth" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "768"
|
||||
"linux" "788"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flWait" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_length" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_accel" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_distance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_time" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "92"
|
||||
"linux" "108"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_damp" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "96"
|
||||
"linux" "112"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_maxSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "100"
|
||||
"linux" "116"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_dampSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "104"
|
||||
"linux" "120"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_maxSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "120"
|
||||
"linux" "136"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_soundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "124"
|
||||
"linux" "140"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextCharge" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "240"
|
||||
"linux" "260"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "256"
|
||||
"linux" "276"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_messageTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_loadTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flLastLightLevel" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextSmellTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flIgniteTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_painTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "772"
|
||||
"linux" "792"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_healTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "776"
|
||||
"linux" "796"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_fearTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "780"
|
||||
"linux" "800"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "248"
|
||||
"linux" "268"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flDuration" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "252"
|
||||
"linux" "272"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flRepeat" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "256"
|
||||
"linux" "276"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flAttenuation" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "260"
|
||||
"linux" "280"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flVolume" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "264"
|
||||
"linux" "284"
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextReload" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "192"
|
||||
"linux" "208"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flResponseDelay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "792"
|
||||
"linux" "812"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_lastTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "84"
|
||||
"linux" "100"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_maxFrame" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "88"
|
||||
"linux" "104"
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
"m_flLastEnemySightTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flDie" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flNextHunt" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flNextHit" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
|
@ -58,7 +58,7 @@
|
||||
|
||||
"m_useTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "744"
|
||||
"linux" "764"
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
"m_flLastSaidSmelled" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "756"
|
||||
"linux" "776"
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
"m_flStopTalkTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "760"
|
||||
"linux" "780"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flInitialYaw" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flFramerateAdj" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flSoundYaw" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_flSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "688"
|
||||
"linux" "708"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_flSoundRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flHitTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flTapRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_flNextSong" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "708"
|
||||
"linux" "728"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_flMaxYaw" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "712"
|
||||
"linux" "732"
|
||||
@ -165,7 +165,7 @@
|
||||
|
||||
"m_flPrevSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
"m_flBeamTime" // float[24]
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
"size" "24"
|
||||
|
||||
"windows" "196"
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
"m_flStartTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "292"
|
||||
"linux" "308"
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flWait" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "116"
|
||||
"linux" "132"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flReturnTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "120"
|
||||
"linux" "136"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flStopTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "124"
|
||||
"linux" "140"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_moveDistance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "128"
|
||||
"linux" "144"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_targetSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "132"
|
||||
"linux" "148"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_initialSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "136"
|
||||
"linux" "152"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_acceleration" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "140"
|
||||
"linux" "156"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_deceleration" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "144"
|
||||
"linux" "160"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flPowerUp" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "664"
|
||||
"linux" "684"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flBeamLength" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextCharge" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "240"
|
||||
"linux" "260"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "256"
|
||||
"linux" "276"
|
||||
|
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextFlinch" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
|
Reference in New Issue
Block a user