Show / Hide Table of Contents

Class PedAnimationSpeedChangedEventArgs

Inheritance
object
EventArgs
PedAnimationSpeedChangedEventArgs
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 PedAnimationSpeedChangedEventArgs : EventArgs

Constructors

| Edit this page View Source

PedAnimationSpeedChangedEventArgs(Ped, string, float)

Declaration
public PedAnimationSpeedChangedEventArgs(Ped ped, string animation, float speed)
Parameters
Type Name Description
Ped ped
string animation
float speed

Properties

| Edit this page View Source

Animation

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

Ped

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

Speed

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