Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ pushImguiBindings
Function
pushImguiBindings
source/extern/imgui_lua_bindings.cpp:525–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
524
525
void pushImguiBindings(lua_State* lState) {
526
lua_newtable(lState);
527
luaL_setfuncs(lState, imguilib, 0);
528
pushImguiEnums(lState,
"constant"
);
529
}
Callers
1
addImGui
Method · 0.85
Calls
2
luaL_setfuncs
Function · 0.85
pushImguiEnums
Function · 0.85
Tested by
no test coverage detected