Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
|
||||
"m_flFieldOfView" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "352"
|
||||
"linux" "372"
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
"m_flWaitFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "356"
|
||||
"linux" "376"
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
"m_flMoveWaitFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "360"
|
||||
"linux" "380"
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
"m_moveWaitTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "532"
|
||||
"linux" "552"
|
||||
@ -303,7 +303,7 @@
|
||||
|
||||
"m_flNextAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "604"
|
||||
"linux" "624"
|
||||
@ -359,7 +359,7 @@
|
||||
|
||||
"m_flHungryTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "632"
|
||||
"linux" "652"
|
||||
@ -368,7 +368,7 @@
|
||||
|
||||
"m_flDistTooFar" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "636"
|
||||
"linux" "656"
|
||||
@ -377,7 +377,7 @@
|
||||
|
||||
"m_flDistLook" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "640"
|
||||
"linux" "660"
|
||||
@ -431,7 +431,7 @@
|
||||
|
||||
"m_flShockDuration" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "672"
|
||||
"linux" "692"
|
||||
@ -440,7 +440,7 @@
|
||||
|
||||
"m_flShockTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
@ -476,7 +476,7 @@
|
||||
|
||||
"m_flOldRenderAmt" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
|
Reference in New Issue
Block a user