AMX Mod X API Documentation

Signature
native get_var_addr(any:...);
Description

Returns the reference address of the variable passed in.

Notes
  • Addresses are local to the plugin and do not represent a full CPU

    address.

Parameters
  • ... Variable to retrieve address from
Returns

Variable address

Назад
Верх