AMX Mod X API Documentation

Signature
native Float:get_global_float(variable);
Description

Returns a float type value from the server globals.

Notes
  • For a list of valid float type entries, see the GL_* constants in

    engine_const.inc under the "Float" section.

Parameters
  • variable Entry to retrieve from
Returns

Value of specified entry

Errors
  • If an invalid entry is provided, an error will be thrown.
Назад
Верх