Description: Clears all Eagle Eye trails that were registered for entities associated with the specified player.
| Property | Value |
|---|---|
| Native Name | _EAGLE_EYE_CLEAR_REGISTERED_TRAILS |
| Hash | 0xE5D3EB37ABC1EB03 |
| Return Type | void |
| API Set | client |
| Build | 1207 |
| Parameters | player (Player) |
Parameters
player(Player)
Usage
Lua (Direct):
EagleEyeClearRegisteredTrails(player)
Lua (Hash):
Citizen.InvokeNative(0xE5D3EB37ABC1EB03, player)