Class HealedEventArgs
Contains all information after a Player has healed.
public class HealedEventArgs : IPlayerEvent, IExiledEvent
- Inheritance
-
HealedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
HealedEventArgs(Player, float)
Initializes a new instance of the HealedEventArgs class.
public HealedEventArgs(Player player, float lastAmount)
Parameters
Properties
HealedAmount
Gets the amount of health healed.
public float HealedAmount { get; }
Property Value
LastAmount
Gets the player's last recorded amount of health.
public float LastAmount { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }