Instance.PropertyArray.appendLong()

Signature

void appendLong (PropertyArrayLong arr, long value, long time)

Domain

action

Description

Creates a new propertyAtomLong of value and appends it to the end of the PropertyArray.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valuelongA value to append to the PropertyArray, arr.
timelongThis must be -1.

Returns

None.