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