Skip to main content
The Open Battle Pass Action opens the GUI for a specific Battle Pass definition.

Properties

PropertyTypeDefaultDescription
idStringThe unique identifier for this entry.
nameStringThe internal name of the entry.
battlePassRef<BattlePassDefinitionEntry>The Battle Pass definition to open.
criteriaList<Criteria>[]Criteria required to execute this action.
modifiersList<Modifier>[]Modifiers applied during execution.
triggersList<Ref<TriggerableEntry>>[]Triggers to execute when this action runs.

Example

open_battle_pass_action:
  id: "open_my_pass"
  battlePass: "season_1_pass"