Expand description
Validate effects, which are parts of the script that change the game state.
Enums§
- This
enum
describes what arguments an effect takes, so that they can be validated.
Functions§
- The standard interface to effect validation. Validates an effect in the given
ScopeContext
. - Validate an effect that has other effects inside its block.
- Validate a single effect field
- The interface to effect validation when
validate_effect
is too limited.