DrawLine3D: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 20: Line 20:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[DrawText]]
* [[SetDrawColor]]
* [[SetTextDrawScale]]
* [[GetTextSize]]
* [[DrawLine]]
* [[DrawLine3D]]
* [[DrawPoint3D]]
* [[DrawCircle3D]]
* [[DrawBox]]
* [[DrawRect]]
* [[DrawTexture]]

Revision as of 14:14, 16 November 2019

DrawLine3D

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

DrawLine3D(sX, sY, sZ, eX, eY, eZ [, thickness])

Parameters

  • sX
    __EDIT_ME__
  • sY
    __EDIT_ME__
  • sZ
    __EDIT_ME__
  • eX
    __EDIT_ME__
  • eY
    __EDIT_ME__
  • eZ
    __EDIT_ME__
  • thickness (optional)
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also