Skip to main content

Started

Gets called when the warhead countdown has started.

Start a script section

!-- OnEvent Started
-- require $evIsAutomatic $evSuppressSubtitles *evWarheadState @evPlayer

# Add your instructions here
  • Group: WarheadEvents
  • Cancellable: No
  • Event data: WarheadStartedEventArgs

Injected variables

VariableTypeDescription
$evIsAutomaticbool valueWhether the warhead is starting automatically.
$evSuppressSubtitlesbool valueWhether subtitles should be suppressed.
*evWarheadStatereference to AlphaWarheadSyncInfo objectGets the current state of the alpha warhead.
@evPlayerplayer valueGets the player who started the warhead.