Class OnStuntFinishEventArgs
Inherited Members
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnStuntFinishEventArgs
Properties
| Improve this Doc View SourceDistance
The distance of the stunt
Declaration
public float Distance { get; }
Property Value
Type | Description |
---|---|
Single |
StuntType
The type of stunt the player has performed
Declaration
public string StuntType { get; }
Property Value
Type | Description |
---|---|
String |
Time
The duration of the stunt
Declaration
public int Time { get; }
Property Value
Type | Description |
---|---|
Int32 |