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

666 B

ESCGroup

Extends: ESCStatement < Object

Description

A group of ESC commands

Constants Descriptions

REGEX

const REGEX: String = "^([^>]*)>\\s*(\\[(?<conditions>[^\\]]+)\\])?$"

A RegEx identifying a group

Property Descriptions

conditions

var conditions: Array

A list of ESCConditions to run this group Conditions are combined using logical AND

Method Descriptions

_init

func _init(group_string: String)

Construct an ESC group of an ESC script line