Open Battle Pass Action
The Open Battle Pass Action opens the GUI for a specific Battle Pass definition.
Properties
| Property | Type | Default | Description |
|---|---|---|---|
id | String | The unique identifier for this entry. | |
name | String | The internal name of the entry. | |
battlePass | Ref<BattlePassDefinitionEntry> | The Battle Pass definition to open. | |
criteria | List<Criteria> | [] | Criteria required to execute this action. |
modifiers | List<Modifier> | [] | Modifiers applied during execution. |
triggers | List<Ref<TriggerableEntry>> | [] | Triggers to execute when this action runs. |
Example
open_battle_pass_action:
id: "open_my_pass"
battlePass: "season_1_pass"