GetPickupDimension

From Onset Developer Wiki
Revision as of 14:36, 26 June 2021 by FlyingFork (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPickupDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the dimension of this pickup.

Syntax

GetPickupDimension(pickup)

Parameters

  • pickup
    The pickup identifier.

Return Value

  • Returns the dimension.

Example

print("Pickup Dimension: " .. GetPickupDimension(pickup))

See also