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

Function GetArray

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

* Get an untyped dynamic array at the given stack index */

Source from the content-addressed store, hash-verified

473 * Get an untyped dynamic array at the given stack index
474 */
475 FScriptArray* GetArray(lua_State *L, int32 Index)
476 {
477 FScriptArray *ScriptArray = (FScriptArray*)GetScriptContainer(L, Index);
478 return ScriptArray;
479 }
480
481 /**
482 * Get an untyped set at the given stack index

Callers 5

TArray<T, Allocator> GetFunction · 0.50
UnLuaLegacy.hFile · 0.50
DefineMethod · 0.50
DefineMethod · 0.50
DefineMethod · 0.50

Calls 1

GetScriptContainerFunction · 0.85

Tested by 3

DefineMethod · 0.40
DefineMethod · 0.40
DefineMethod · 0.40