Class PedStatChangedEventArgs
Inheritance
PedStatChangedEventArgs
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
Properties
|
Edit this page
View Source
NewValue
Declaration
public float? NewValue { get; }
Property Value
|
Edit this page
View Source
OldValue
Declaration
public float? OldValue { get; }
Property Value
|
Edit this page
View Source
Stat
Declaration
public PedStat Stat { get; }
Property Value