Exemplo n.º 1
0
 internal Array TableToArray(Func <int, object> luaParamValue, Type paramArrayType, int startIndex, int count)
 {
     return(metaFunctions.TableToArray(luaParamValue, paramArrayType, startIndex, count));
 }
Exemplo n.º 2
0
 internal Array TableToArray(LuaState luaState, ExtractValue extractValue, Type paramArrayType, int startIndex, int count)
 {
     return(metaFunctions.TableToArray(luaState, extractValue, paramArrayType, ref startIndex, count));
 }
Exemplo n.º 3
0
 internal Array tableToArray(object luaParamValue, Type paramArrayType)
 {
     return(metaFunctions.TableToArray(luaParamValue, paramArrayType));
 }