Instance.PropertyArray.indexOfInt()
Signature
int indexOfInt(PropertyArrayInt arr, int value)
Domain
ACTION, CONDITION, QUERY, BUI
Description
Returns the index in the PropertyArrayInt of the first occurrence of the specified int value,
or -1 if the PropertyArrayInt does not contain this int value.
Parameters
Name | Type | Description |
arr | PropertyArrayInt | The PropertyArrayInt for searching. |
value | int | The specified int value to search for. |
Returns
Type | Description |
int | The index of value in the given PropertyArrayInt. |