SetPickupVisibility

From Onset Developer Wiki
Revision as of 14:06, 23 November 2019 by BlueMountains (talk | contribs)
SetPickupVisibility

Type: Function
Context: Server
Introduced: v1.0

Description

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

Syntax

SetPickupVisibility(pickup, player, bVisible)

Parameters

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

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also