C# Class Pluton.Rust.Events.PlayerTakeRadsEvent

Inheritance: Core.Event
Show file 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 property

public float Current
return float

Next public property

public float Next
return float

RadAmount public property

public float RadAmount
return float

Victim public property

public Player,Core Victim
return Core.Player