Skip to content

ProjectileVanishMode

Bases: _DataSetIntEnums

This enum class provides the integer values used to references the different projectile vanish mode settings that can be used in the 'Modify Attribute' effect with the 'Projectile Vanish Mode' attribute.

Examples

Source code in AoE2ScenarioParser/datasets/trigger_lists/projectile_vanish_mode.py
 6
 7
 8
 9
10
11
12
13
14
15
16
17
class ProjectileVanishMode(_DataSetIntEnums):
    """
    This enum class provides the integer values used to references the different projectile vanish mode settings that
    can be used in the 'Modify Attribute' effect with the 'Projectile Vanish Mode' attribute.

    **Examples**



    """
    DISAPPEAR_ON_IMPACT = 0
    PASS_THROUGH = 1

Attributes

DISAPPEAR_ON_IMPACT = 0 class-attribute instance-attribute

Value: 0

PASS_THROUGH = 1 class-attribute instance-attribute

Value: 1