Table of Contents

Class StaticSpawnPoint

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

Handles static spawn locations.

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

Properties

Chance

Gets or sets the spawn chance.

public override float Chance { get; set; }

Property Value

float

Name

Gets or sets this spawn point name.

public override string Name { get; set; }

Property Value

string

Position

Gets or sets this spawn point position.

public override Vector3 Position { get; set; }

Property Value

Vector3