MCPcopy Create free account
hub / github.com/Tencent/xLua / ArrayNewIndexer

Function ArrayNewIndexer

Assets/XLua/Src/StaticLuaCallbacks.cs:494–494  ·  view source on GitHub ↗
(RealStatePtr L, int top)

Source from the content-addressed store, hash-verified

492
493#if GEN_CODE_MINIMIZE
494 public static int ArrayNewIndexer(RealStatePtr L, int top)
495#else
496 [MonoPInvokeCallback(typeof(LuaCSFunction))]
497 public static int ArrayNewIndexer(RealStatePtr L)

Callers

nothing calls this directly

Calls 6

TryPrimitiveArraySetFunction · 0.85
FindMethod · 0.80
FastGetCSObjMethod · 0.80
luaL_errorMethod · 0.80
xlua_tointegerMethod · 0.80
GetObjectMethod · 0.80

Tested by

no test coverage detected