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

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