C# Class Pluton.Rust.Events.PlayerTakeRadsEvent

Inheritance: Core.Event
Exibir arquivo Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Current float
Next float
RadAmount float
Victim Core.Player

Public Methods

Method Description
PlayerTakeRadsEvent ( BasePlayer basePlayer, float current, float amount ) : Core

Method Details

PlayerTakeRadsEvent() public method

public PlayerTakeRadsEvent ( BasePlayer basePlayer, float current, float amount ) : Core
basePlayer BasePlayer
current float
amount float
return Core

Property Details

Current public_oe property

public float Current
return float

Next public_oe property

public float Next
return float

RadAmount public_oe property

public float RadAmount
return float

Victim public_oe property

public Player,Core Victim
return Core.Player