mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
float is a VANILLA builtin func in iw5
This commit is contained in:
parent
98aa33dbf0
commit
b0bd171b31
@ -774,16 +774,6 @@ Round( x )
|
||||
return y;
|
||||
}
|
||||
|
||||
/*
|
||||
converts a string into a float
|
||||
*/
|
||||
float( num )
|
||||
{
|
||||
setdvar( "temp_dvar_bot_util", num );
|
||||
|
||||
return GetDvarFloat( "temp_dvar_bot_util" );
|
||||
}
|
||||
|
||||
/*
|
||||
Tokenizes a string (strtok has limits...) (only one char tok)
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user