Difference between revisions of "Rawget"

From OpenEUO
Jump to: navigation, search
(Created page with " rawget (table, index) Gets the real value of table[index], without invoking any metamethod. table must be a table; index may be any value. [http://www.lua.org/manual/5.1/manua...")
(No difference)

Revision as of 18:17, 7 October 2010

rawget (table, index)

Gets the real value of table[index], without invoking any metamethod. table must be a table; index may be any value.

Lua Manual - Metatables