[#CScript-DecodeOP_N] = xref:CScript.adoc[CScript]::DecodeOP_N :relfileprefix: ../ :mrdocs: Decodes a small‐integer opcode to its numeric value. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int DecodeOP_N(xref:opcodetype.adoc[opcodetype] opcode); ---- == Return Value The integer 0 through 16 represented by `opcode.` Encode/decode small integers: == Parameters [cols="1,4"] |=== | Name| Description | *opcode* | One of OP_0 or OP_1 through OP_16. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#