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

@ -40,7 +40,7 @@
"m_flNextBotThink" // float
{
"type" "time"
"type" "float"
"windows" "2488"
"linux" "2508"
@ -49,7 +49,7 @@
"m_flNextFullBotThink" // float
{
"type" "time"
"type" "float"
"windows" "2492"
"linux" "2512"
@ -58,7 +58,7 @@
"m_flPreviousCommandTime" // float
{
"type" "time"
"type" "float"
"windows" "2496"
"linux" "2516"
@ -85,7 +85,7 @@
"m_forwardSpeed" // float
{
"type" "time"
"type" "float"
"windows" "2504"
"linux" "2524"
@ -94,7 +94,7 @@
"m_strafeSpeed" // float
{
"type" "time"
"type" "float"
"windows" "2508"
"linux" "2528"
@ -103,7 +103,7 @@
"m_verticalSpeed" // float
{
"type" "time"
"type" "float"
"windows" "2512"
"linux" "2532"
@ -122,7 +122,7 @@
"m_jumpTimestamp" // float
{
"type" "time"
"type" "float"
"windows" "2520"
"linux" "2540"