Represent a condition
The type of the condition
Optional
The confition itself
Private
Execute commands only if the condition passed
Rest
The commands to execute
Execute commands only if the condition passed (has an if condition)
if
Execute commands only if the condition passed (has an if not condition)
if not
Set the new condition's type
The new condition's type
Generated using TypeDoc
Represent a condition