Rawget

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets the real value of table[index], without invoking any metamethod. table must be a table; index may...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

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

(any), = rawget(tablekey,)

'table: (table) table to get value from '
'key: (any) key value in the table '
Returns (any) value from the table