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" "1380"
|
||||
"linux" "1400"
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
"m_flWaitFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1384"
|
||||
"linux" "1404"
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
"m_flMoveWaitFinished" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1388"
|
||||
"linux" "1408"
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
"m_moveWaitTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1560"
|
||||
"linux" "1580"
|
||||
@ -303,7 +303,7 @@
|
||||
|
||||
"m_flNextAttack" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1632"
|
||||
"linux" "1652"
|
||||
@ -359,7 +359,7 @@
|
||||
|
||||
"m_flHungryTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1660"
|
||||
"linux" "1680"
|
||||
@ -368,7 +368,7 @@
|
||||
|
||||
"m_flDistTooFar" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1664"
|
||||
"linux" "1684"
|
||||
@ -377,7 +377,7 @@
|
||||
|
||||
"m_flDistLook" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1668"
|
||||
"linux" "1688"
|
||||
|
Reference in New Issue
Block a user