Module effect_validation

Module effect_validation 

Source
Expand description

Validators for effects that are generic across multiple games.

Functionsยง

validate_add_to_list
validate_add_to_list_imperator
validate_add_to_variable_list
A specific validator for the three add_to_variable_list effects (global, local, and default). It is also used for the three remove_list_variable effects.
validate_change_variable
A specific validator for the three change_variable effects (global, local, and default).
validate_clamp_variable
A specific validator for the three clamp_variable effects (global, local, and default).
validate_random_list
A specific validator for the random_list effect, which has a unique syntax.
validate_remove_from_list
validate_round_variable
A specific validator for the three round_variable effects (global, local, and default).
validate_save_scope
validate_save_scope_value
A specific validator for the save_scope_value effect.
validate_set_variable
A specific validator for the three set_variable effects (global, local, and default).
validate_switch
A specific validator for the switch effect, which has a unique syntax.
validate_trigger_event