SetPickupOutline

From Onset Developer Wiki
Revision as of 10:21, 17 December 2019 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Set an pickup's outline.}} {{FuncSyntax|SetPickupOutline(pickup [, bEnable])}} {{FuncParameters}} {{FuncParam|pickup|The pick...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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