CompArray

Compose an Array

CompArrayPopNumber

pop/remove the last number from an array

CompArrayPushArray

push/append an array to an array

CompArrayPushArrayItems

push/append an array to an array

CompArrayPushNumber

push/append a number to an array

CompArrayPushNumbers

push/append multiple numbers to an array

CompArrayPushObject

push/append an object to an array

CompArrayPushString

push/append a string to an array

CompArrayShiftNumber

shift/remove the first number from an array

CompArraySnapshot

get a copy of the current state of an array

CompObject

Compose an Object

CompObjectSetArray

set array as object property

CompObjectSetBool

set a boolean as object property

CompObjectSetNumber

set number as object property

CompObjectSetObject

set object as object property

CompObjectSetString

set string as object property

CompString

Compose a string

CompStringAppend

Append a string to a string

CompStringShorten

Remove characters from the beginning or end of a string

ArrayGetArrayByPath

returns the array at the position defined by a path

ArrayGetArrayValuesByPath

Outputs all the values of the properties of an array of objects given a path

ArrayGetNumberByPath

finds a number at a position in an array defined by path

ArrayGetObjectByPath

Returns the object at the position defined by a path

ArrayGetStringByPath

Finds a string at a position in an array defined by path

ObjectGetArrayByPath

returns the array at the position defined by a path

ObjectGetArrayValuesByPath

Outputs all the values of the properties of an array of objects given a path

ObjectGetNumberByPath

finds a number at a position in an object defined by path

ObjectGetObjectByPath

Returns the object at the position defined by a path

ObjectGetStringByPath

Finds a string at a position in an object defined by path

StackGetArray

read a value from the stack to use it later in the trigger branch

StackGetNumber

read a value from the stack to use it later in the trigger branch

StackGetTexture

read a value from the stack to use it later in the trigger branch

StackPushArray

push a value on to the stack to use it later in the trigger branch

StackPushNumber

push a value on to the stack to use it later in the trigger branch

StackPushTexture

push a value on to the stack to use it later in the trigger branch