MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetFuckingLuaStateByObject

Function GetFuckingLuaStateByObject

ogsr_engine/Luabind/src/object.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace luabind
30{
31 LUABIND_API lua_State* GetFuckingLuaStateByObject(object** pObj)
32 {
33 lua_State* L = (*pObj)->lua_state();
34 (*pObj)->pushvalue();
35 return L;
36 }
37
38 namespace detail
39 {

Callers 2

object.hppFile · 0.85
assignFunction · 0.85

Calls 2

lua_stateMethod · 0.80
pushvalueMethod · 0.45

Tested by

no test coverage detected