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

@ -57,7 +57,7 @@
"m_flWait" // float
{
"type" "time"
"type" "float"
"windows" "1156"
"linux" "1172"
@ -66,7 +66,7 @@
"m_flReturnTime" // float
{
"type" "time"
"type" "float"
"windows" "1160"
"linux" "1176"
@ -75,7 +75,7 @@
"m_flStopTime" // float
{
"type" "time"
"type" "float"
"windows" "1164"
"linux" "1180"
@ -84,7 +84,7 @@
"m_moveDistance" // float
{
"type" "time"
"type" "float"
"windows" "1168"
"linux" "1184"
@ -93,7 +93,7 @@
"m_targetSpeed" // float
{
"type" "time"
"type" "float"
"windows" "1172"
"linux" "1188"
@ -102,7 +102,7 @@
"m_initialSpeed" // float
{
"type" "time"
"type" "float"
"windows" "1176"
"linux" "1192"
@ -111,7 +111,7 @@
"m_acceleration" // float
{
"type" "time"
"type" "float"
"windows" "1180"
"linux" "1196"
@ -120,7 +120,7 @@
"m_deceleration" // float
{
"type" "time"
"type" "float"
"windows" "1184"
"linux" "1200"