Rawget

From GiderosMobile
Revision as of 05:26, 11 February 2020 by MoKaLux (talk | contribs)


Available since: Gideros 2011.6
Class: (global)

Description

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

(any) = rawget(table,key)

Parameters

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

Return values

Returns (any) value from the table