Files
gymkhana-actions/docs/api/ESCStatement.md
Dennis Ploeger 58d880101d Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-22 23:06:20 +02:00

623 B

ESCStatement

Extends: Object

Description

A statement in an ESC file

Property Descriptions

statements

var statements: Array

The list of ESC commands

Method Descriptions

is_valid

func is_valid() -> bool

Check wether the statement should be run based on its conditions

run

func run() -> var

Execute this statement and return its return code

Signals

  • signal finished(return_code): Emitted when the event did finish running