Native referenceRedM

_ABANDON_BLIP

0xDEEDE7C41742E011 MAP
FUNCTION SIGNATURE
void _ABANDON_BLIP(`blip` (Blip));

Description: It's unclear what exactly this does, but I assume it marks the blip as "no longer needed"

Property Value
Native Name _ABANDON_BLIP
Hash 0xDEEDE7C41742E011
Return Type void
Build 1207
Parameters blip (Blip)

Parameters

  • blip (Blip)

Usage

Lua (Direct):

AbandonBlip(blip)

Lua (Hash):

Citizen.InvokeNative(0xDEEDE7C41742E011, blip)

Back to MAP