GetPickupLocation
From Onset Developer Wiki
Description
Get the specified pickup's XYZ vectors (location).
Syntax
GetPickupLocation(pickupid)
Parameters
- pickupid
The pickup identifier.
Return Value
- This function returns the XYZ vectors for the specified vectors.
Example
local x, y, z = GetPickupLocation(pickupid)
See also
- GetPickupCount
- GetStreamedPickups
- GetPickupLocation
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupDimension
- GetPickupDimension
- SetPickupVisibility
- SetPickupOutline
- IsPickupStreamedIn