Instance.PropertyArray.appendInt()

Signature

void appendInt (PropertyArrayInt arr, int value, long time)

Domain

action

Description

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

Parameters

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

Returns

None.