DestroyPickup

From Onset Developer Wiki
Revision as of 05:44, 23 November 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
DestroyPickup

Type: Function
Context: Server
Introduced: v1.0

Description

Destroy a pickup created with CreatePickup.

Syntax

DestroyPickup(pickup)

Parameters

  • pickup
    The pickup identifier.

Return Value

  • Returns true on success.

Example

local pickupId = CreatePickup(818, 130222.4296875, 80253.5859375, 1659.2888183594)
DestroyPickup(pickupId)

See also