Rawget

From OpenEUO
Revision as of 18:17, 7 October 2010 by 76.184.213.234 (Talk) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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