3rd Party Libraries
Recent Additions
Handles Parser
Discord
keyvalues
KeyValues
SetFloat
File
SetFloat
Last Updated
2014-11-08
Created At
2014-11-08
Sets a floating point value of a KeyValues key.
native
void
SetFloat(
const char[]
key
,
float
value
)
Parameters
const char[]
key
Name of the key, or NULL_STRING.
float
value
Floating point value.
Return Value
void