Expand description
Validate effects, which are parts of the script that change the game state.
Enums§
- Effect
- This
enumdescribes what arguments an effect takes, so that they can be validated.
Functions§
- scope_
effect - Look up an effect name token in the effects table.
nameis the token.datais used in special cases to verify the name dynamically. - validate_
effect - The standard interface to effect validation. Validates an effect in the given
ScopeContext. - validate_
effect_ control - Validate an effect that has other effects inside its block.
- validate_
effect_ field - Validate a single effect field
- validate_
effect_ internal - The interface to effect validation when
validate_effectis too limited.