[#CScript-IsPushOnly-04] = xref:CScript.adoc[CScript]::IsPushOnly :relfileprefix: ../ :mrdocs: Returns whether the whole script only pushes data onto the stack. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsPushOnly() const; ---- == Return Value true if every opcode is a push. [.small]#Created with https://www.mrdocs.com[MrDocs]#