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

Method pushFloat

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

Source from the content-addressed store, hash-verified

349}
350
351void LuaStack::pushFloat(float floatValue)
352{
353 lua_pushnumber(_state, floatValue);
354}
355
356void LuaStack::pushLong(long longValue)
357{

Callers 6

executeScheduleMethod · 0.80
handleSchedulerMethod · 0.80
handleTouchEventMethod · 0.80
handleArmatureWrapperMethod · 0.80
drawMethod · 0.80

Calls 1

lua_pushnumberFunction · 0.85

Tested by

no test coverage detected