TASK_GOTO_ENTITY_AIMING
ped = Ped you want to perform this task. target = the Entity they should aim at. distanceToStopAt = distance from the target, where the ped should stop to aim. StartAimingDist = distance where the ped should start to aim.
TASKBuild 1207
Signature
lua
TaskGotoEntityAiming(PlayerPedId(), target, 0.0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Entity | — | |
| float | — | |
| float | — |
Usage
lua
TaskGotoEntityAiming(PlayerPedId(), target, 0.0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
