IsPickupStreamedIn
From Onset Developer Wiki
Description
Checks if stated pickup is streamed in for the player
Syntax
IsPickupStreamedIn(player, pickupId)
Parameters
- player
Player which you want to check - pickupId
Pickup which you want to check
Return Value
- Returns true on success.
Example
if IsPickupStreamedIn(player, pickupId) then
AddPlayerChat(player, "The pickup " .. pickupId .. " is streamed in for you.")
end
See also
- GetPickupCount
- GetStreamedPickups
- GetPickupLocation
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupDimension
- GetPickupDimension
- SetPickupVisibility
- SetPickupOutline
- IsPickupStreamedIn