Skip to content
40 changes: 0 additions & 40 deletions EXILED/Exiled.API/Enums/BloodType.cs

This file was deleted.

14 changes: 3 additions & 11 deletions EXILED/Exiled.API/Enums/CameraType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ public enum CameraType
Hcz106Recontainment,
HczChkptEz,
HczChkptHcz,
[System.Obsolete("This Camera no longer exist.")]
HczHIDChamber,
[System.Obsolete("This Camera no longer exist.")]
HczHIDHallway,
Hcz939,
Hcz939 = 33,
HczArmory,
HczArmoryInterior,
HczCrossing,
Expand All @@ -77,11 +73,9 @@ public enum CameraType
HczWarheadArmory,
HczWarheadControl,
HczWarheadHallway,
[System.Obsolete("This Camera no longer exist.")]
HczWarheadTop,
#endregion
#region Lcz
Lcz173Bottom,
Lcz173Bottom = 49,
Lcz173ContChamber,
Lcz173Hall,
Lcz173Stairs,
Expand Down Expand Up @@ -122,9 +116,7 @@ public enum CameraType
Hcz173Outside,
Hcz173Stairs,
Hcz173ContChamber,
[System.Obsolete("This Camera no longer exist.")]
Hcz173Hallway,
HczCurve,
HczCurve = 87,
HczJunkMain,
HczJunkHallway,
HczCornerDeep,
Expand Down
36 changes: 4 additions & 32 deletions EXILED/Exiled.API/Enums/DoorType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace Exiled.API.Enums
{
using System;

using Exiled.API.Features.Doors;

using Interactables.Interobjects;
Expand Down Expand Up @@ -165,29 +163,15 @@ public enum DoorType
/// </summary>
HIDChamber,

/// <summary>
/// Represents the HID_UPPER door.
/// </summary>
[Obsolete("This Door has been renamed too HID_LAB.")]
HIDUpper,

/// <summary>
/// Represents the HID_LAB door.
/// </summary>
#pragma warning disable CS0618
HIDLab = HIDUpper,
#pragma warning restore CS0618

/// <summary>
/// Represents the HID_LOWER door.
/// </summary>
[Obsolete("This Door has been removed from the game.")]
HIDLower,
HIDLab,

/// <summary>
/// Represents the INTERCOM door.
/// </summary>
Intercom,
Intercom = 31,

/// <summary>
/// Represents the LCZ_ARMORY door.
Expand All @@ -209,16 +193,10 @@ public enum DoorType
/// </summary>
LightContainmentDoor,

/// <summary>
/// Represents the NUKE_ARMORY door.
/// </summary>
[Obsolete("This Door has been removed from the game.")]
NukeArmory,

/// <summary>
/// Represents the NUKE_SURFACE door.
/// </summary>
NukeSurface,
NukeSurface = 37,

/// <summary>
/// Represents any of the Class-D cell doors.
Expand Down Expand Up @@ -250,16 +228,10 @@ public enum DoorType
/// </summary>
CheckpointGateB,

/// <summary>
/// Represents a door than Yamato never implemented.
/// </summary>
[Obsolete("This Door has never been in the game.")]
SurfaceDoor,

/// <summary>
/// Represents the CHECKPOINT_EZ_HCZ_A door.
/// </summary>
CheckpointEzHczA,
CheckpointEzHczA = 45,

/// <summary>
/// Represents the CHECKPOINT_EZ_HCZ_B door.
Expand Down
20 changes: 3 additions & 17 deletions EXILED/Exiled.API/Enums/LockerType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@

namespace Exiled.API.Enums
{
using System;

/// <summary>
/// Unique identifier for different types of <see cref="Features.Lockers.Locker"/>s.
/// </summary>
public enum LockerType
{
/// <summary>
/// The pedestal used by SCP items.
/// Unknown type of locker.
/// </summary>
[Obsolete("This value is not used.")]
Pedestal,
Unknown,

/// <summary>
/// Large weapon locker.
Expand All @@ -45,21 +42,10 @@ public enum LockerType
/// </summary>
Adrenaline,

/// <summary>
/// Unknown type of locker.
/// </summary>
Unknown,

/// <summary>
/// Unknown type of locker.
/// </summary>
[Obsolete("Use LockerType.Unknown", true)]
Unknow = Unknown,

/// <summary>
/// MircoHid pedestal.
/// </summary>
MicroHid,
MicroHid = 7,

/// <summary>
/// Experimental weapon locker.
Expand Down
100 changes: 12 additions & 88 deletions EXILED/Exiled.API/Enums/PrefabType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,8 @@ public enum PrefabType
[Prefab(1925130715, "FirearmPickup")]
FirearmPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(1925130715, "Com15Pickup")]
Com15Pickup,

[Prefab(2808038258, "MedkitPickup")]
MedkitPickup,
MedkitPickup = 28,

[Prefab(2606539874, "FlashlightPickup")]
FlashlightPickup,
Expand All @@ -124,27 +120,11 @@ public enum PrefabType
[Prefab(4056235189, "Ammo12gaPickup")]
Ammo12gaPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(212068596, "E11SRPickup")]
E11SRPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(1982658896, "CrossvecPickup")]
CrossvecPickup,

[Prefab(2474630775, "Ammo556mmPickup")]
Ammo556mmPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(3462306180, "Fsp9Pickup")]
Fsp9Pickup,

[Obsolete("This prefab no longer exists")]
[Prefab(2405374689, "LogicerPickup")]
LogicerPickup,
Ammo556mmPickup = 36,

[Prefab(1273232029, "HegPickup")]
HegPickup,
HegPickup = 39,

[Prefab(3871663704, "FlashbangPickup")]
FlashbangPickup,
Expand All @@ -158,12 +138,8 @@ public enum PrefabType
[Prefab(2344368365, "Ammo9mmPickup")]
Ammo9mmPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(1749039070, "Com18Pickup")]
Com18Pickup,

[Prefab(3525743409, "Scp018Projectile")]
Scp018Projectile,
Scp018Projectile = 45,

[Prefab(3711531185, "SCP268Pickup")]
SCP268Pickup,
Expand All @@ -186,20 +162,8 @@ public enum PrefabType
[Prefab(3164421243, "Heavy Armor Pickup")]
HeavyArmorPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(1861159387, "RevolverPickup")]
RevolverPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(3814984482, "AkPickup")]
AkPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(3180035653, "ShotgunPickup")]
ShotgunPickup,

[Prefab(464602874, "Scp330Pickup")]
Scp330Pickup,
Scp330Pickup = 56,

[Prefab(1983050408, "Scp2176Projectile")]
Scp2176Projectile,
Expand All @@ -213,33 +177,17 @@ public enum PrefabType
[Prefab(2702950243, "SCP1853Pickup")]
SCP1853Pickup,

[Obsolete("This prefab no longer exists")]
[Prefab(3881162440, "DisruptorPickup")]
DisruptorPickup,

[Obsolete("This prefab no longer exists")]
[Prefab(504857316, "Com45Pickup")]
Com45Pickup,

[Prefab(303271247, "SCP1576Pickup")]
SCP1576Pickup,
SCP1576Pickup = 63,

[Prefab(2915316078, "JailbirdPickup")]
JailbirdPickup,

[Prefab(1209253563, "AntiSCP207Pickup")]
AntiSCP207Pickup,

[Obsolete("This prefab no longer exists")]
[Prefab(2216560136, "FRMG0Pickup")]
FRMG0Pickup,

[Obsolete("This prefab no longer exists")]
[Prefab(74988289, "A7Pickup")]
A7Pickup,

[Prefab(3532394942, "LanternPickup")]
LanternPickup,
LanternPickup = 68,

[Prefab(4143962266, "SCP1344Pickup")]
Scp1344Pickup,
Expand Down Expand Up @@ -310,44 +258,20 @@ public enum PrefabType
[Prefab(1062458989, "SCP-173 Ragdoll")]
Scp173Ragdoll,

[Obsolete("This prefab no longer exists")]
[Prefab(1951328980, "Ragdoll_1")]
Ragdoll1,

[Prefab(992490681, "SCP-106 Ragdoll")]
Scp106Ragdoll,

[Obsolete("This prefab no longer exists")]
[Prefab(3219675689, "Ragdoll_4")]
Ragdoll4,
Scp106Ragdoll = 93,

[Prefab(417388851, "SCP-049 Ragdoll")]
Ragdoll7,

[Obsolete("This prefab no longer exists")]
[Prefab(3185790062, "Ragdoll_6")]
Ragdoll6,

[Obsolete("This prefab no longer exists")]
[Prefab(2567420661, "Ragdoll_8")]
Ragdoll8,
Scp049Ragdoll = 95,

[Prefab(149379640, "SCP-096 Ragdoll")]
Scp096Ragdoll,
Scp096Ragdoll = 98,

[Prefab(1862774274, "Zombie Ragdoll")]
Ragdoll10,

[Obsolete("This prefab no longer exists")]
[Prefab(2710373253, "Ragdoll_Tut")]
RagdollTutorial,

[Obsolete("This prefab no longer exists")]
[Prefab(1389252654, "Ragdoll_12")]
Ragdoll12,
Scp0492Ragdoll,

[Prefab(3175759689, "SCP-939 Ragdoll")]
Scp939Ragdoll,
Scp939Ragdoll = 102,

[Prefab(3721192489, "SCP-3114 Ragdoll")]
Scp3114Ragdoll,
Expand Down
Loading
Loading