Table of Contents

Enum ObjectSpawnType

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Defines the method used to select which object to spawn from the spawner's list.

public enum ObjectSpawnType : byte

Fields

Linear = 0

Spawn objects in linear order, cycling through the list.

Random = 1

Spawn objects at random from the list.

Weighted = 2

Spawn objects based on weighted random selection using spawn chances.