Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
void LuaStack::pushInt(int intValue)
347
{
348
lua_pushinteger(_state, intValue);
349
}
350
351
void LuaStack::pushFloat(float floatValue)
352
{
Callers
12
parseConfig
Method · 0.80
handleMenuClickedEvent
Method · 0.80
handlerControlEvent
Method · 0.80
handleEventTouches
Method · 0.80
handleAssetsManagerEvent
Method · 0.80
handleArmatureWrapper
Method · 0.80
lua_ax_fairygui_GList_setItemRenderer
Function · 0.80
axlua_audioengine_AudioEngine_setFinishCallback
Function · 0.80
handleUIEvent
Function · 0.80
axlua_RadioButton_addEventListener
Function · 0.80
axlua_RadioButtonGroup_addEventListener
Function · 0.80
axlua_video_MediaPlayer_addEventListener
Function · 0.80
Calls
1
lua_pushinteger
Function · 0.85
Tested by
no test coverage detected