[#CScript-EncodeOP_N] = xref:CScript.adoc[CScript]::EncodeOP_N :relfileprefix: ../ :mrdocs: Encodes a small integer as its push opcode. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:opcodetype.adoc[opcodetype] EncodeOP_N(int n); ---- == Return Value The opcode OP_0 or OP_1 through OP_16 for `n.` == Parameters [cols="1,4"] |=== | Name| Description | *n* | Integer in the range 0 through 16. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#