in Array

From Bohemia Interactive Community
Revision as of 18:19, 15 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

x in array

Operand types:

x: Any Value

array: Array

Type of returned value:

Boolean

Description:

Check if x is equal to any element of array.

Example:

_it = 1 in [0, 1, 2]

Result is true