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

@ -21,7 +21,7 @@
{
"m_flNextGrenadeCheck" // float
{
"type" "time"
"type" "float"
"windows" "764"
"linux" "784"
@ -30,7 +30,7 @@
"m_flNextPainTime" // float
{
"type" "time"
"type" "float"
"windows" "768"
"linux" "788"
@ -39,7 +39,7 @@
"m_flLastEnemySightTime" // float
{
"type" "time"
"type" "float"
"windows" "772"
"linux" "792"
@ -93,7 +93,7 @@
"m_flLastShot" // float
{
"type" "time"
"type" "float"
"windows" "804"
"linux" "824"
@ -138,7 +138,7 @@
"m_flLastChargeTime" // float
{
"type" "time"
"type" "float"
"windows" "824"
"linux" "844"
@ -147,7 +147,7 @@
"m_flLastBlinkTime" // float
{
"type" "time"
"type" "float"
"windows" "828"
"linux" "848"
@ -156,7 +156,7 @@
"m_flLastBlinkInterval" // float
{
"type" "time"
"type" "float"
"windows" "832"
"linux" "852"