AMX Mod X API Documentation

Signature
native plugin_flags(hdr = 0, plid = -1);
Description

Returns the internal flags set on the plugin's state.

Parameters
  • hdr If nonzero, the function will return the pcode rather than

    state flags

  • plid Plugin id, -1 to target calling plugin
Returns

Plugin flags

Назад
Верх