AMX Mod X API Documentation

Signature
#define AMX_FLAG_DEBUG 0x02 /* symbolic info. available */#define AMX_FLAG_COMPACT 0x04 /* compact encoding */#define AMX_FLAG_BYTEOPC 0x08 /* opcode is a byte (not a cell) */#define AMX_FLAG_NOCHECKS 0x10 /* no array bounds checking; no STMT opcode */#define AMX_FLAG_NTVREG 0x1000 /* all native functions are registered */#define AMX_FLAG_JITC 0x2000 /* abstract machine is JIT compiled */#define AMX_FLAG_BROWSE 0x4000 /* busy browsing */#define AMX_FLAG_RELOC 0x8000 /* jump/call addresses relocated */
Description

AMX flag constants

Назад
Верх