GetPickupScale

From Onset Developer Wiki
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