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

Function GetMap

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

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

Source from the content-addressed store, hash-verified

491 * Get an untyped map at the given stack index
492 */
493 FScriptMap* GetMap(lua_State *L, int32 Index)
494 {
495 FScriptMap *ScriptMap = (FScriptMap*)GetScriptContainer(L, Index);
496 return ScriptMap;
497 }
498
499 /**
500 * Helper to recover Lua stack automatically

Callers 3

UnLuaLegacy.hFile · 0.85
DefineMethod · 0.85

Calls 1

GetScriptContainerFunction · 0.85

Tested by 1

DefineMethod · 0.68