Class GainedExperienceEventArgs
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
Properties
Experience
Gets the experience that SCP-127 has gained.
public float Experience { get; }
Property Value
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
Scp127
Gets the SCP-127 instance, related to this event.
public Scp127 Scp127 { get; }
Property Value
Tier
Gets the tier.
public Scp127Tier Tier { get; }
Property Value
- Scp127Tier