textItemGetPriority
Client-side
Server-side
Shared
Manual Review Required
Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.
This function retrieves the priority of a text item. Priority defines the rate at whihc a text item is updated
Syntax
int textItemGetPriority ( textitem textitemToCheck )Required Arguments
- textitemToCheck: The text item you wish to retrieve the priority of.
Returns
- int: value
Returns a integer of the priority of a text item, 0 = low, 1 = medium, 2 = high.
Code Examples
shared
This page does not have an example.
--add an example hereSee Also
Text Functions
- textCreateDisplay
- textCreateTextItem
- textDestroyDisplay
- textDestroyTextItem
- textDisplayAddObserver
- textDisplayAddText
- textDisplayGetObservers
- textDisplayIsObserver
- textDisplayRemoveObserver
- textDisplayRemoveText
- textItemGetColor
- textItemGetPosition
- textItemGetPriority
- textItemGetScale
- textItemGetText
- textItemSetColor
- textItemSetPosition
- textItemSetPriority
- textItemSetScale
- textItemSetText