Native referenceFiveM

DRAW_DEBUG_LINE_WITH_TWO_COLOURS

0xD8B9A8AC5608FF94 GRAPHICS
FUNCTION SIGNATURE
void DRAW_DEBUG_LINE_WITH_TWO_COLOURS(float x1, float y1, float z1, float x2, float y2, float z2, int r1, int g1, int b1, int r2, int g2, int b2, int alpha1, int alpha2);
Property Value
Native Name DRAW_DEBUG_LINE_WITH_TWO_COLOURS
Hash 0xD8B9A8AC5608FF94
Return Type void
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), r1 (int), g1 (int), b1 (int), r2 (int), g2 (int), b2 (int), alpha1 (int), alpha2 (int)

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

Back to GRAPHICS