GetPickupScale

From Onset Developer Wiki
Revision as of 15:57, 17 November 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPickupScale

Type: Function
Context: Server
Introduced: v1.0

Description

Get the specified pickup scaling.

Syntax

GetPickupScale(pickup)

Parameters

  • pickup
    The pickup identifier.

Return Value

  • Returns the x, y and z vectors.

Example

local x, y, z = GetPickupScale(pickup)

See also