Skip to main content

Module program

Module program 

Source
Expand description

Canonical Workshop program concepts.

Structs§

Condition
A rule condition. Conditions remain distinct from general value expressions.
Program
A complete Workshop program built from Workshop concepts.
Rule
A Workshop rule with explicit conditions and a linear action stream.
Subroutine
A Workshop subroutine declaration.
Variable
A Workshop global or player variable declaration.

Enums§

Action
A Workshop action line. Control flow is represented in the same order as the Workshop source, including its explicit End lines.
Event
A Workshop event identity and its native filters.
EventTarget
EventTeam
ModifyOp
The operation used by a Workshop variable modification action.
PlayerEventKind
Value
A composable Workshop value expression.