C# Class Pluton.Events.PlayerTakedmgEvent

Inheritance: CountedInstance
Exibir arquivo Open project: Notulp/Pluton

Public Properties

Property Type Description
Amount float
Type Rust.DamageType
Victim Player

Public Methods

Method Description
PlayerTakedmgEvent ( Player p, float amount, Rust type )

Method Details

PlayerTakedmgEvent() public method

public PlayerTakedmgEvent ( Player p, float amount, Rust type )
p Player
amount float
type Rust

Property Details

Amount public_oe property

public float Amount
return float

Type public_oe property

public Rust.DamageType Type
return Rust.DamageType

Victim public_oe property

public Player Victim
return Player