Table of Contents

Class GainedExperienceEventArgs

Namespace
Exiled.Events.EventArgs.Scp127
Assembly
Exiled.Events.dll

Contains all information before SCP-127 gains experience.

public class GainedExperienceEventArgs : IScp127Event, IItemEvent, IPlayerEvent, IExiledEvent
Inheritance
GainedExperienceEventArgs
Implements
Inherited Members
Extension Methods

Constructors

GainedExperienceEventArgs(Scp127, float)

Initializes a new instance of the GainedExperienceEventArgs class.

public GainedExperienceEventArgs(Scp127 scp127, float experience)

Parameters

scp127 Scp127
experience float

Properties

Experience

Gets the experience that SCP-127 has gained.

public float Experience { get; }

Property Value

float

Item

Gets the Item triggering the event.

public Item Item { get; }

Property Value

Item

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Scp127

Gets the SCP-127 instance, related to this event.

public Scp127 Scp127 { get; }

Property Value

Scp127

Tier

Gets the tier.

public Scp127Tier Tier { get; }

Property Value

Scp127Tier