MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ObjMetaIndex

Method ObjMetaIndex

LuaSTGPlus/LuaWrapper.cpp:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 return 3;
766 }
767 static int ObjMetaIndex(lua_State* L)LNOEXCEPT
768 {
769 return LPOOL.GetAttr(L);
770 }
771 static int ObjMetaNewIndex(lua_State* L)LNOEXCEPT
772 {
773 return LPOOL.SetAttr(L);

Callers

nothing calls this directly

Calls 1

GetAttrMethod · 0.80

Tested by

no test coverage detected