Class CustomHelper
Inheritance
System.Object
CustomHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet2.dll
Syntax
public abstract class CustomHelper : Message
Constructors
| Name | Description |
|---|---|
| CustomHelper(Ped, String) | Creates a helper class for building Natural Motion messages to send to a given Ped. |
Methods
| Name | Description |
|---|---|
| Abort() | |
| Start() | Starts this Natural Motion behavior on the Ped that will loop until manually aborted. |
| Start(Int32) | Starts this Natural Motion behavior on the Ped for a specified duration. |
| Stop() | Stops this Natural Motion behavior on the Ped. |