[#CScriptNum-getint] = xref:CScriptNum.adoc[CScriptNum]::getint :relfileprefix: ../ :mrdocs: Returns the value clamped to the range of int. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int getint() const; ---- == Return Value The value, saturated to int's minimum or maximum on overflow. [.small]#Created with https://www.mrdocs.com[MrDocs]#