[#GetOpName] = GetOpName :mrdocs: Returns the mnemonic name of an opcode. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string GetOpName(xref:opcodetype.adoc[opcodetype] opcode); ---- == Return Value The name of `opcode,` or "OP_UNKNOWN" if unrecognized. == Parameters [cols="1,4"] |=== | Name| Description | *opcode* | Opcode to name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#