_FIND_NEAREST_PED_AROUND_ANIMAL
Finds the nearest ped around the specified originPed, with optional filters for life state and predator/fish behavior (all false) returns the nearest ped regardless of alive/dead state
TASKBuild 1207
Signature
lua
FindNearestPedAroundAnimal(animalPed, true, true, true)
-- returns PedParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| BOOL | — | |
| BOOL | — | |
| BOOL | — |
Usage
lua
FindNearestPedAroundAnimal(animalPed, true, true, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
