native get_global_vector(variable, Float:vector[3]);
variable | Entry to retrieve from |
vector | Array to store vector in |
Returns a vector type value from the server globals.
For a list of valid vector type entries, see the GL_* constants in engine_const.inc under the "Vector" section.
This function has no return value.
If an invalid entry is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.