Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
40
docs/api/ESCGroup.md
Normal file
40
docs/api/ESCGroup.md
Normal file
@@ -0,0 +1,40 @@
|
||||
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
|
||||
|
||||
# ESCGroup
|
||||
|
||||
**Extends:** [ESCStatement](../ESCStatement) < [Object](../Object)
|
||||
|
||||
## Description
|
||||
|
||||
A group of ESC commands
|
||||
|
||||
## Constants Descriptions
|
||||
|
||||
### REGEX
|
||||
|
||||
```gdscript
|
||||
const REGEX: String = "^([^>]*)>\\s*(\\[(?<conditions>[^\\]]+)\\])?$"
|
||||
```
|
||||
|
||||
A RegEx identifying a group
|
||||
|
||||
## Property Descriptions
|
||||
|
||||
### conditions
|
||||
|
||||
```gdscript
|
||||
var conditions: Array
|
||||
```
|
||||
|
||||
A list of ESCConditions to run this group
|
||||
Conditions are combined using logical AND
|
||||
|
||||
## Method Descriptions
|
||||
|
||||
### \_init
|
||||
|
||||
```gdscript
|
||||
func _init(group_string: String)
|
||||
```
|
||||
|
||||
Construct an ESC group of an ESC script line
|
||||
Reference in New Issue
Block a user