SetPickupOutline

From Onset Developer Wiki
SetPickupOutline

Type: Function
Context: Client
Introduced: v1.0

Description

Set an pickup's outline.

Syntax

SetPickupOutline(pickup [, bEnable])

Parameters

  • pickup
    The pickup identifier.
  • bEnable (optional)
    The boolean status.

Return Value

  • Returns true on success.

Example

SetPickupOutline(pickupId, true)

See also