Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  • The script syntax is case-sensitive. To help alleviate any issues caused by this, Canvas' Script Editor includes an autocomplete feature.

  • All tags registered in the Canvas' Tag Editor can be used as variables in the script.

  • Three variable types are supported: Bool Type, Number Type, and String Type. The variable type is decided automatically during script execution.

  • No labels