MCPcopy 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
525void pushImguiBindings(lua_State* lState) {
526 lua_newtable(lState);
527 luaL_setfuncs(lState, imguilib, 0);
528 pushImguiEnums(lState, "constant");
529}

Callers 1

addImGuiMethod · 0.85

Calls 2

luaL_setfuncsFunction · 0.85
pushImguiEnumsFunction · 0.85

Tested by

no test coverage detected