Table of Contents

Enum DamageType

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

Identifiers for types of damage.

public enum DamageType
Extension Methods

Fields

Unknown = 0

Unknown damage source.

Falldown = 1

Fall damage.

Warhead = 2

Alpha Warhead.

Decontamination = 3

LCZ Decontamination.

Asphyxiation = 4

Asphyxiated.

Poison = 5

Poisoned.

Bleeding = 6

Bleeding.

Firearm = 7

Damage dealt by a Firearm when the ItemType used is not available.

MicroHid = 8

Damage dealt by a MicroHid.

Tesla = 9

Damage dealt by a Tesla Gate.

Scp = 10

Damage is dealt by a Scp when the PlayerRoles.RoleTypeId used is not available.

Explosion = 11

Damage dealt by frag grenades.

Scp018 = 12

Damage dealt by SCP-018.

Scp207 = 13

Scp207.

Recontainment = 14

Damage is dealt by SCP Recontainment procedure.

Crushed = 15

Crushed by the checkpoint killer trigger.

FemurBreaker = 16

Damage caused by the femur breaker.

PocketDimension = 17

Damage caused by the pocket dimension.

FriendlyFireDetector = 18

Damage caused by the friendly fire detector.

SeveredHands = 19

Damage caused by severed hands.

SeveredEyes = 20

Damage caused by severed eyes.

Custom = 21

Damage caused by a custom source.

Scp049 = 22

Damage caused by PlayerRoles.RoleTypeId.Scp049.

Scp096 = 23

Damage caused by PlayerRoles.RoleTypeId.Scp096.

Scp173 = 24

Damage caused by PlayerRoles.RoleTypeId.Scp173.

Scp939 = 25

Damage caused by PlayerRoles.RoleTypeId.Scp939.

Scp0492 = 26

Damage caused by PlayerRoles.RoleTypeId.Scp0492.

Scp106 = 27

Damage caused by PlayerRoles.RoleTypeId.Scp106.

Crossvec = 28

Damage caused by ItemType.GunCrossvec.

Logicer = 29

Damage caused by ItemType.GunLogicer.

Revolver = 30

Damage caused by ItemType.GunRevolver.

Shotgun = 31

Damage caused by ItemType.GunShotgun.

AK = 32

Damage caused by ItemType.GunAK.

Com15 = 33

Damage caused by ItemType.GunCOM15.

Com18 = 34

Damage caused by ItemType.GunCOM18.

Fsp9 = 35

Damage caused by ItemType.GunFSP9.

E11Sr = 36

Damage caused by ItemType.GunE11SR.

Hypothermia = 37

Hypothermia.

ParticleDisruptor = 38

Damage caused by ItemType.ParticleDisruptor.

CardiacArrest = 39

Damage caused by CardiacArrest.

Com45 = 40

Damage caused by ItemType.GunCom45.

Jailbird = 41

Damage caused by ItemType.Jailbird.

Frmg0 = 42

Damage caused by ItemType.GunFRMG0.

A7 = 43

Damage caused by ItemType.GunA7.

Scp3114 = 44

Damage caused by PlayerRoles.RoleTypeId.Scp3114

Strangled = 45

Damage caused by Scp3114's strangling ability.

Marshmallow = 46

Damage caused by the marshmallow man.

Scp1507 = 47

Damage caused by PlayerRoles.RoleTypeId.Flamingo ,PlayerRoles.RoleTypeId.AlphaFlamingo or PlayerRoles.RoleTypeId.ZombieFlamingo.

Scp956 = 48

Damage caused by Scp956 the pinata.

SnowBall = 49

Damage caused by ItemType.Snowball.

See Also