DrawPoint3D

From Onset Developer Wiki
Revision as of 17:21, 25 October 2019 by BlueMountains (talk | contribs)
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__