Skip to main content

Module consts

Module consts 

Source
Expand description

SA-MP ABI constants: plugin flags, offsets of the server’s exports table and internal AMX VM flags. Values identical to those in the C header.

Structs§

AmxFlags
Flags from the .amx header — AMX::flags in the C header.
Supports
Capabilities advertised by the plugin in the Supports() export.

Enums§

AmxExecIdx
Identifier of the public function to execute via amx_Exec.
ServerData
Offsets within the ppData table passed to Load(void**).