Signature
native get_global_vector(variable, Float:vector[3]);
Description
Returns a vector type value from the server globals.
Notes
-
For a list of valid vector type entries, see the GL_* constants in
engine_const.inc under the "Vector" section.
Parameters
- variable — Entry to retrieve from
- vector — Array to store vector in
No return value
Errors
- If an invalid entry is provided, an error will be thrown.