Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ ObjMetaNewIndex
Method
ObjMetaNewIndex
LuaSTGPlus/LuaWrapper.cpp:771–774 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
769
return LPOOL.GetAttr(L);
770
}
771
static int ObjMetaNewIndex(lua_State* L)LNOEXCEPT
772
{
773
return LPOOL.SetAttr(L);
774
}
775
static int ParticleStop(lua_State* L)LNOEXCEPT
776
{
777
return LPOOL.ParticleStop(L);
Callers
nothing calls this directly
Calls
1
SetAttr
Method · 0.80
Tested by
no test coverage detected