SetText3DVisibility: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 8: Line 8:
{{FuncParam|text3d|The text3d identifier.}}
{{FuncParam|text3d|The text3d identifier.}}
{{FuncParam|player|The player identifier.}}
{{FuncParam|player|The player identifier.}}
{{FuncParam|bVisible|'''false''' to make it visible for the player.}}
{{FuncParam|bVisible|'''false''' to hide it for the player.}}


{{FuncReturnValue|Returns '''true''' on success.}}
{{FuncReturnValue|Returns '''true''' on success.}}

Latest revision as of 07:58, 13 July 2020

SetText3DVisibility

Type: Function
Context: Server
Introduced: v1.0

Description

Set the text3d visibility for players.

Syntax

SetText3DVisibility(pickup, text3d, bVisible)

Parameters

  • text3d
    The text3d identifier.
  • player
    The player identifier.
  • bVisible
    false to hide it for the player.

Return Value

  • Returns true on success.

Example

SetText3DVisbility(pickupId, playerId, false)

See also