WaveTeamSelected
Gets called when the server has selected a team for the wave.
Start a script section
!-- OnEvent WaveTeamSelected
-- require *evWave
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
WaveTeamSelectedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evWave | reference to RespawnWave object | Gets the spawnable wave. See SpawnableWaveBase and its subclasses for more info. |