Native referenceRedM

_BLOOD_TRAIL_FOR_WAYPOINT

0xB9C92616929CC25D GRAPHICS
FUNCTION SIGNATURE
void _BLOOD_TRAIL_FOR_WAYPOINT(`waypointRecording` (const char*), `p1` (float));

Description: p1: 0.3f in R* Scripts

Property Value
Native Name _BLOOD_TRAIL_FOR_WAYPOINT
Hash 0xB9C92616929CC25D
Return Type void
Build 1207
Parameters waypointRecording (const char*), p1 (float)

Parameters

  • waypointRecording (const char*)
  • p1 (float)

Usage

Lua (Direct):

BloodTrailForWaypoint(waypointRecording, p1)

Lua (Hash):

Citizen.InvokeNative(0xB9C92616929CC25D, waypointRecording, p1)

Back to GRAPHICS