Class SinkholeHazard
Represents a sinkhole hazard.
Implements
IWrapper<Hazards.EnvironmentalHazard>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.API.Features.Hazards
Assembly: Exiled.API.dll
Syntax
public class SinkholeHazard : Hazard, IWrapper<EnvironmentalHazard>
Constructors
| Improve this Doc View SourceSinkholeHazard(SinkholeEnvironmentalHazard)
Initializes a new instance of the SinkholeHazard class.
Declaration
public SinkholeHazard(SinkholeEnvironmentalHazard hazard)
Parameters
Type | Name | Description |
---|---|---|
Hazards.SinkholeEnvironmentalHazard | hazard | The Hazards.SinkholeEnvironmentalHazard instance. |
Properties
| Improve this Doc View SourceBase
Gets the Hazards.SinkholeEnvironmentalHazard.
Declaration
public SinkholeEnvironmentalHazard Base { get; }
Property Value
Type | Description |
---|---|
Hazards.SinkholeEnvironmentalHazard |