Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
void LuaStack::pushFloat(float floatValue)
352
{
353
lua_pushnumber(_state, floatValue);
354
}
355
356
void LuaStack::pushLong(long longValue)
357
{
Callers
6
executeSchedule
Method · 0.80
handleScheduler
Method · 0.80
handleAccelerometerEvent
Method · 0.80
handleTouchEvent
Method · 0.80
handleArmatureWrapper
Method · 0.80
draw
Method · 0.80
Calls
1
lua_pushnumber
Function · 0.85
Tested by
no test coverage detected