Class PlayerDamagedEventArgs
Inheritance
PlayerDamagedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerDamagedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PlayerDamagedEventArgs(Player, Element?, DamageType, BodyPart, float)
Declaration
public PlayerDamagedEventArgs(Player source, Element? damager, DamageType weaponType, BodyPart bodyPart, float loss)
Parameters
Properties
|
Edit this page
View Source
BodyPart
Declaration
public BodyPart BodyPart { get; }
Property Value
|
Edit this page
View Source
Damager
Declaration
public Element? Damager { get; }
Property Value
|
Edit this page
View Source
Loss
Declaration
public float Loss { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Player Source { get; }
Property Value
|
Edit this page
View Source
WeaponType
Declaration
public DamageType WeaponType { get; }
Property Value