Returns the value clamped to the range of int.
Synopsis
Declared in <script/script.h>
int
getint() const;
Return Value
The value, saturated to int's minimum or maximum on overflow.
Created with MrDocs
Returns the value clamped to the range of int.
Declared in <script/script.h>
int
getint() const;
The value, saturated to int's minimum or maximum on overflow.
Created with MrDocs