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