Instance.PropertyArray.toArrayBoolean()

Signature

boolean[] toArrayBoolean(PropertyArrayBoolean arr)

Domain

action, condition

Description

Returns a boolean[] containing all of the boolean values in a PropertyArrayBoolean in the correct order

Parameters

NameTypeDescription
arrPropertyArrayBooleanA PropertyArray of boolean type.

Returns

TypeDescription
boolean[]A boolean array.

Cautions

none