C# Class Pluton.Rust.Events.PlayerHealthChangeEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
NewHealth float
OldHealth float
Player Core.Player

Méthodes publiques

Méthode Description
PlayerHealthChangeEvent ( BasePlayer basePlayer, float oldHealth, float newHealth ) : Core

Method Details

PlayerHealthChangeEvent() public méthode

public PlayerHealthChangeEvent ( BasePlayer basePlayer, float oldHealth, float newHealth ) : Core
basePlayer BasePlayer
oldHealth float
newHealth float
Résultat Core

Property Details

NewHealth public_oe property

public float NewHealth
Résultat float

OldHealth public_oe property

public float OldHealth
Résultat float

Player public_oe property

public Player,Core Player
Résultat Core.Player