Show / Hide Table of Contents

Class PlayerMoneyChangedEventArgs

Inheritance
object
EventArgs
PlayerMoneyChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerMoneyChangedEventArgs : EventArgs

Constructors

| Edit this page View Source

PlayerMoneyChangedEventArgs(Player, int, bool)

Declaration
public PlayerMoneyChangedEventArgs(Player source, int money, bool instant)
Parameters
Type Name Description
Player source
int money
bool instant

Properties

| Edit this page View Source

Instant

Declaration
public bool Instant { get; }
Property Value
Type Description
bool
| Edit this page View Source

Money

Declaration
public int Money { get; }
Property Value
Type Description
int
| Edit this page View Source

Source

Declaration
public Player Source { get; }
Property Value
Type Description
Player
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX