DestroyPickup

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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