(RealStatePtr L, int top)
| 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) |
nothing calls this directly
no test coverage detected