Instance.PropertyArray.appendBoolean()

Signature

void appendBoolean (PropertyArrayBoolean arr, boolean value, long time)

Domain

action

Description

Creates a new propertyAtomBoolean and appends it to the end of the PropertyArray. Use instanceX.arr[instanceX.arr@length] = value for appending with system current time.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valuebooleanA value to append to the PropertyArray, arr.
timelong Must be -1.

Returns

None.