MCPcopy Create free account
hub / github.com/Tencent/UnLua / GetSet

Function GetSet

Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:484–488  ·  view source on GitHub ↗

* Get an untyped set at the given stack index */

Source from the content-addressed store, hash-verified

482 * Get an untyped set at the given stack index
483 */
484 FScriptSet* GetSet(lua_State *L, int32 Index)
485 {
486 FScriptSet *ScriptSet = (FScriptSet*)GetScriptContainer(L, Index);
487 return ScriptSet;
488 }
489
490 /**
491 * Get an untyped map at the given stack index

Callers 3

UnLuaLegacy.hFile · 0.85
DefineMethod · 0.85

Calls 1

GetScriptContainerFunction · 0.85

Tested by 1

DefineMethod · 0.68