MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / popHandle

Method popHandle

source/core/StarLua.cpp:1079–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079int LuaEngine::popHandle(lua_State* state) {
1080 lua_xmove(state, m_handleThread, 1);
1081 return placeHandle();
1082}
1083
1084void LuaEngine::pushHandle(lua_State* state, int handleIndex) {
1085 lua_pushvalue(m_handleThread, handleIndex);

Callers 1

setContextRequireMethod · 0.95

Calls 1

lua_xmoveFunction · 0.85

Tested by

no test coverage detected