[#MAX_OPCODE] = MAX_OPCODE :mrdocs: Maximum value that an opcode can take. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_OPCODE = OP_NOP10; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#