MCPcopy Create free account
hub / github.com/DavidColson/Polybox / PushEnum

Function PushEnum

source/bind_input.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// ***********************************************************************
87
88void PushEnum(lua_State* pLua, i32 value, const char* label) {
89 lua_pushinteger(pLua, value);
90 lua_setfield(pLua, -2, label);
91}
92
93// ***********************************************************************
94

Callers 1

BindInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected