mrdocs::js::Scope::pushInteger
Push an integer to the stack
Synopsis
Declared in <mrdocs/Engines/JavaScript/Scope.hpp>
Value
pushInteger(int64_t value);
Parameters
Name |
Description |
value |
The integer value to push. |
Created with MrDocs