Replace "time" type name by a more generic one "float"

This commit is contained in:
Arkshine
2015-08-10 17:32:57 +02:00
parent a6e587f0f0
commit c270243b56
382 changed files with 1525 additions and 1525 deletions

View File

@ -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"