SetText3DVisibility
From Onset Developer Wiki
Description
Set the text3d visibility for players. If you use this function then you will have to call this function on every player who should see this text3d.
Syntax
SetText3DVisibility(pickup, text3d, bVisible)
Parameters
- text3d
The text3d identifier. - player
The player identifier. - bVisible
true to make it visible.
Return Value
- Returns true on success.
Example
SetText3DVisbility(pickupId, playerId, true)
See also
- GetPickupCount
- GetStreamedPickups
- GetPickupLocation
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupDimension
- GetPickupDimension
- SetPickupVisibility
- SetPickupOutline
- IsPickupStreamedIn