Table of Contents

Class DynamicSpawnPoint

Namespace
Exiled.API.Features.Spawn
Assembly
Exiled.API.dll

Handles dynamic spawn locations.

public class DynamicSpawnPoint : SpawnPoint, IPosition
Inheritance
DynamicSpawnPoint
Implements
Inherited Members
Extension Methods

Properties

Chance

Gets or sets the spawn chance.

public override float Chance { get; set; }

Property Value

float

Location

Gets or sets the SpawnLocationType for this item.

public SpawnLocationType Location { get; set; }

Property Value

SpawnLocationType

Name

Gets or sets this spawn point name.

[YamlIgnore]
public override string Name { get; set; }

Property Value

string

Position

Gets or sets this spawn point position.

[YamlIgnore]
public override Vector3 Position { get; set; }

Property Value

Vector3