MCPcopy Create free account
hub / github.com/axmolengine/axmol / pushInt

Method pushInt

extensions/scripting/lua-bindings/manual/LuaStack.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void LuaStack::pushInt(int intValue)
347{
348 lua_pushinteger(_state, intValue);
349}
350
351void LuaStack::pushFloat(float floatValue)
352{

Calls 1

lua_pushintegerFunction · 0.85

Tested by

no test coverage detected