Rawiter

From GiderosMobile
Revision as of 19:47, 4 February 2025 by MoKaLux (talk | contribs)

Available since: Gideros 2025.2
Class: (global)

Description

Iterates keys in a table, without invoking any metamethod. table must be a table, key may be any value.

(any) = rawiter(table,key)

Parameters

table: (table) table to iterate
key: (any) key value in the table

Return values

Returns (any) value from the table