Table of Contents

Class CoordinatedSpawnsHandler

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
A handler class for registering Coordinated Spawns.
public static class CoordinatedSpawnsHandler
Inheritance
CoordinatedSpawnsHandler
Inherited Members

Methods

RegisterCoordinatedSpawn(SpawnInfo)

Registers a Coordinated Spawn.
public static void RegisterCoordinatedSpawn(SpawnInfo spawnInfo)

Parameters

spawnInfo SpawnInfo
the SpawnInfo to spawn.

RegisterCoordinatedSpawns(List<SpawnInfo>)

registers Many Coordinated Spawns.
public static void RegisterCoordinatedSpawns(List<SpawnInfo> spawnInfos)

Parameters

spawnInfos List<SpawnInfo>
The SpawnInfos to spawn.

RegisterCoordinatedSpawnsForOneTechType(TechType, params SpawnLocation[])

Registers Multiple Coordinated spawns with rotations for one single passed TechType.
public static void RegisterCoordinatedSpawnsForOneTechType(TechType techTypeToSpawn, params SpawnLocation[] spawnLocations)

Parameters

techTypeToSpawn TechType
The TechType to spawn.
spawnLocations SpawnLocation[]
The spawn locations to spawn in. Euler angles are optional.