Show / Hide Table of Contents

Class OnStuntFinishEventArgs

Inheritance
Object
OnStuntFinishEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnStuntFinishEventArgs

Properties

| Improve this Doc View Source

Distance

The distance of the stunt

Declaration
public float Distance { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

StuntType

The type of stunt the player has performed

Declaration
public string StuntType { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Time

The duration of the stunt

Declaration
public int Time { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX