Method SendTo
SendTo(Ped)
Starts this Natural Motion behavior on the Ped that will loop until manually aborted.
Declaration
public void SendTo(Ped target)
Parameters
Type | Name | Description |
---|---|---|
Ped | target |
SendTo(Ped, Int32)
Starts this Natural Motion behavior on the Ped for a specified duration.
Declaration
public void SendTo(Ped target, int duration)
Parameters
Type | Name | Description |
---|---|---|
Ped | target | |
System.Int32 | duration | How long to apply the behavior for (-1 for looped). |