IsPedEvasiveDiving — FiveM Natives
0x414641C26E105898 · PED · all
`` Presumably returns the Entity that the Ped is currently diving out of the way of. var num3; if (PED::IS_PED_EVASIVE_DIVING(A_0, &num3) != 0) if (ENTITY::IS_ENTITY_A_VEHICLE(num3) != 0) ``
Parameters
| Name | Type |
|---|---|
| ped | Ped |
| evadingEntity | Entity* |
Returns
BOOL