get_global_float
Syntax
native Float:get_global_float(variable);
Usage
| Parameter | Description |
|---|---|
| variable | Entry to retrieve from |
Description
Returns a float type value from the server globals.
Note
For a list of valid float type entries, see the GL_* constants in engine_const.inc under the "Float" section.
Return
Value of specified entry
Error
If an invalid entry is provided, an error will be thrown.