Class PedAnimationSpeedChangedEventArgs
Inheritance
PedAnimationSpeedChangedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PedAnimationSpeedChangedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PedAnimationSpeedChangedEventArgs(Ped, string, float)
Declaration
public PedAnimationSpeedChangedEventArgs(Ped ped, string animation, float speed)
Parameters
Properties
|
Edit this page
View Source
Animation
Declaration
public string Animation { get; }
Property Value
|
Edit this page
View Source
Ped
Declaration
Property Value
|
Edit this page
View Source
Speed
Declaration
public float Speed { get; }
Property Value