Native referenceFiveM

DRAW_DEBUG_LINE

0x7FDFADE676AA3CB0 GRAPHICS
FUNCTION SIGNATURE
void DRAW_DEBUG_LINE(float x1, float y1, float z1, float x2, float y2, float z2, int r, int g, int b, int a);
Property Value
Native Name DRAW_DEBUG_LINE
Hash 0x7FDFADE676AA3CB0
Return Type void
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), r (int), g (int), b (int), a (int)

Description: ``` NOTE: Debugging functions are not present in the retail version of the game.

Back to GRAPHICS