Class PedAnimationProgressChangedEventArgs
Inheritance
PedAnimationProgressChangedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PedAnimationProgressChangedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PedAnimationProgressChangedEventArgs(Ped, string, float)
Declaration
public PedAnimationProgressChangedEventArgs(Ped ped, string animation, float progress)
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
Progress
Declaration
public float Progress { get; }
Property Value