We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bc09f commit f16d22cCopy full SHA for f16d22c
EXILED/Exiled.API/Features/Map.cs
@@ -99,6 +99,11 @@ public static bool IsDecontaminationEnabled
99
: DecontaminationController.DecontaminationStatus.Disabled;
100
}
101
102
+ /// <summary>
103
+ /// Gets the <see cref="Escape.EscapeZones"/> that will trigger Escape for player.
104
+ /// </summary>
105
+ public static List<Bounds> EscapeZones => Escape.EscapeZones;
106
+
107
/// <summary>
108
/// Gets the <see cref="global::AmbientSoundPlayer"/>.
109
/// </summary>
0 commit comments