Class PedAnimationStartedEventArgs
Inheritance
PedAnimationStartedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PedAnimationStartedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PedAnimationStartedEventArgs(Ped, string, string, TimeSpan, bool, bool, bool, bool, TimeSpan, bool)
Declaration
public PedAnimationStartedEventArgs(Ped ped, string block, string animation, TimeSpan time, bool loops, bool updatesPosition, bool isInteruptable, bool freezesOnLastFrame, TimeSpan blendTime, bool retainPedState)
Parameters
Properties
|
Edit this page
View Source
Animation
Declaration
public string Animation { get; }
Property Value
|
Edit this page
View Source
BlendTime
Declaration
public TimeSpan BlendTime { get; }
Property Value
|
Edit this page
View Source
Block
Declaration
public string Block { get; }
Property Value
|
Edit this page
View Source
FreezesOnLastFrame
Declaration
public bool FreezesOnLastFrame { get; }
Property Value
|
Edit this page
View Source
IsInteruptable
Declaration
public bool IsInteruptable { get; }
Property Value
|
Edit this page
View Source
Loops
Declaration
public bool Loops { get; }
Property Value
|
Edit this page
View Source
Ped
Declaration
Property Value
|
Edit this page
View Source
RetainPedState
Declaration
public bool RetainPedState { get; }
Property Value
|
Edit this page
View Source
Time
Declaration
public TimeSpan Time { get; }
Property Value
|
Edit this page
View Source
UpdatesPosition
Declaration
public bool UpdatesPosition { get; }
Property Value