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