Table of Contents

Class SinkholeHazard

Namespace
Exiled.API.Features.Hazards
Assembly
Exiled.API.dll

Represents a sinkhole hazard.

public class SinkholeHazard : Hazard, IWrapper<EnvironmentalHazard>
Inheritance
SinkholeHazard
Implements
IWrapper<EnvironmentalHazard>
Inherited Members
Extension Methods

Constructors

SinkholeHazard(SinkholeEnvironmentalHazard)

Initializes a new instance of the SinkholeHazard class.

public SinkholeHazard(SinkholeEnvironmentalHazard hazard)

Parameters

hazard SinkholeEnvironmentalHazard

The Hazards.SinkholeEnvironmentalHazard instance.

Properties

Base

Gets the Hazards.SinkholeEnvironmentalHazard.

public SinkholeEnvironmentalHazard Base { get; }

Property Value

SinkholeEnvironmentalHazard

Type

Gets the HazardType associated with the current Hazard.

public override HazardType Type { get; }

Property Value

HazardType