SetPickupDimension
From Onset Developer Wiki
Description
Sets the dimension of this pickup. Players can only see pickups in the same dimension.
- Default dimension: 0
- Maximum dimension: 4294967295
Syntax
SetPickupDimension(pickup, dimension)
Parameters
- pickup
The pickup identifier. - dimension
The new dimension to set.
Return Value
- Returns true on success.
Example
SetPickupDimension(pickup, 0) -- Set the pickup dimension to 0
See also
- GetPickupCount
- GetStreamedPickups
- GetPickupLocation
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupDimension
- GetPickupDimension
- SetPickupVisibility
- SetPickupOutline
- IsPickupStreamedIn