SetText3DVisibility

From Onset Developer Wiki
Revision as of 14:07, 23 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Set the text3d visibility for players. If you use this function then you will have to call this function on every player who sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetText3DVisibility

Type: Function
Context: Server
Introduced: v1.0

Description

Set the text3d visibility for players. If you use this function then you will have to call this function on every player who should see this text3d.

Syntax

SetText3DVisibility(pickup, text3d, bVisible)

Parameters

  • text3d
    The text3d identifier.
  • player
    The player identifier.
  • bVisible
    true to make it visible.

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also