graphics.drawLine3D

From GTA Connected
Jump to navigation Jump to search

Function Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Client 1.0.0

void graphics.drawLine3D(Vec3 startPosition, Vec3 endPosition, int startColour, int endColour)

The graphics.drawLine3D function is used to draw a line in 3D space.

Parameters

1) Vec3 startPosition The start 3D position for the line.
2) Vec3 Position The end 3D position for the line.
3) int startColour The start colour for the line.
4) int endColour The end colour for the line.

Return

void This function doesn't return a value.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.