Difference between revisions of "Rawset"

From OpenEUO
Jump to: navigation, search
(Created page with " rawset (table, index, value) Sets the real value of table[index] to value, without invoking any metamethod. table must be a table, index any value different from nil, and value...")
(No difference)

Revision as of 18:19, 7 October 2010

 rawset (table, index, value)

Sets the real value of table[index] to value, without invoking any metamethod. table must be a table, index any value different from nil, and value any Lua value.

This function returns table.

Lua Manual - Metatables