Show / Hide Table of Contents

Class PedAnimationStartedEventArgs

Inheritance
object
EventArgs
PedAnimationStartedEventArgs
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 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
Type Name Description
Ped ped
string block
string animation
TimeSpan time
bool loops
bool updatesPosition
bool isInteruptable
bool freezesOnLastFrame
TimeSpan blendTime
bool retainPedState

Properties

| Edit this page View Source

Animation

Declaration
public string Animation { get; }
Property Value
Type Description
string
| Edit this page View Source

BlendTime

Declaration
public TimeSpan BlendTime { get; }
Property Value
Type Description
TimeSpan
| Edit this page View Source

Block

Declaration
public string Block { get; }
Property Value
Type Description
string
| Edit this page View Source

FreezesOnLastFrame

Declaration
public bool FreezesOnLastFrame { get; }
Property Value
Type Description
bool
| Edit this page View Source

IsInteruptable

Declaration
public bool IsInteruptable { get; }
Property Value
Type Description
bool
| Edit this page View Source

Loops

Declaration
public bool Loops { get; }
Property Value
Type Description
bool
| Edit this page View Source

Ped

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

RetainPedState

Declaration
public bool RetainPedState { get; }
Property Value
Type Description
bool
| Edit this page View Source

Time

Declaration
public TimeSpan Time { get; }
Property Value
Type Description
TimeSpan
| Edit this page View Source

UpdatesPosition

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