DrawPoint3D: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|DrawPoint3D(x, y, z [, PointSize])}}
{{FuncSyntax|DrawPoint3D(x, y, z [, PointSize, bForeground])}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|World X location}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|World Y location}}
{{FuncParam|z |__EDIT_ME__}}
{{FuncParam|z|World Z location}}
{{FuncParamOptional|PointSize|__EDIT_ME__}}
{{FuncParamOptional|PointSize|Size of the point, defaults to 1.0}}
{{FuncParamOptional|bForeground|'''true''' to draw before geometry, '''false''' to draw in world space.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 17:21, 25 October 2019

DrawPoint3D

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

DrawPoint3D(x, y, z [, PointSize, bForeground])

Parameters

  • x
    World X location
  • y
    World Y location
  • z
    World Z location
  • PointSize (optional)
    Size of the point, defaults to 1.0
  • bForeground (optional)
    true to draw before geometry, false to draw in world space.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__