Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "140"
|
||||
"linux" "156"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_yawCenter" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "156"
|
||||
"linux" "172"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_yawRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "160"
|
||||
"linux" "176"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_yawRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "164"
|
||||
"linux" "180"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_yawTolerance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "168"
|
||||
"linux" "184"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_pitchCenter" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "172"
|
||||
"linux" "188"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_pitchRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "176"
|
||||
"linux" "192"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_pitchRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "180"
|
||||
"linux" "196"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_pitchTolerance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "184"
|
||||
"linux" "200"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_fireLast" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "188"
|
||||
"linux" "204"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_fireRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "192"
|
||||
"linux" "208"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_lastSightTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "196"
|
||||
"linux" "212"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_persist" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "200"
|
||||
"linux" "216"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_minRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "204"
|
||||
"linux" "220"
|
||||
@ -165,7 +165,7 @@
|
||||
|
||||
"m_maxRange" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "208"
|
||||
"linux" "224"
|
||||
@ -183,7 +183,7 @@
|
||||
|
||||
"m_spriteScale" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "224"
|
||||
"linux" "240"
|
||||
|
Reference in New Issue
Block a user