Insert
Insert
LuaTable:Insert(object: userdata)
Permette di aggiungere un elemento ad una LuaTable come lista. L'elemento viene accodato alla lista.
LuaTable tbl = new LuaTable();
tbl.Insert("pippo");
tbl.Insert(45);
Created with the Personal Edition of HelpNDoc: Make Help Documentation a Breeze with a Help Authoring Tool