Skip to main content

General

Capture Screen​

Restrictions: "none"

Capture Screen

Captures current frame and returns userdata object

Inputs​

NameTypeDescriptionRequiredDynamic

Outputs​

NameTypeDescription
defaultimageCaptured screen in 1920x1080 RGB

Print​

Restrictions: "none"

Print

Prints out info to a debug log.

Inputs​

NameTypeDescriptionRequiredDynamic
itemToPrintcodeThe item(s) to print to the console.YesYes
debugLevelenumSelect the debug level to use.YesNo

Outputs​

NameTypeDescription
defaultnull

Wait​

Restrictions: "none"

Wait

Pauses the script for a specified amount of time.

Inputs​

NameTypeDescriptionRequiredDynamic
timeoutdurationThe time to wait before continuing to the next step.YesNo

Outputs​

NameTypeDescription
defaultnull