Show / Hide Table of Contents

Class PedStatChangedEventArgs

Inheritance
object
EventArgs
PedStatChangedEventArgs
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 PedStatChangedEventArgs : EventArgs

Constructors

| Edit this page View Source

PedStatChangedEventArgs(PedStat, float?, float?)

Declaration
public PedStatChangedEventArgs(PedStat stat, float? oldValue, float? newValue)
Parameters
Type Name Description
PedStat stat
float? oldValue
float? newValue

Properties

| Edit this page View Source

NewValue

Declaration
public float? NewValue { get; }
Property Value
Type Description
float?
| Edit this page View Source

OldValue

Declaration
public float? OldValue { get; }
Property Value
Type Description
float?
| Edit this page View Source

Stat

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