TextItemGetPriority
Jump to navigation
Jump to search
This article needs checking. | |
Reason(s): Does this retrieve a string or an integer? --Talidan2 08:55, 29 August 2007 (CDT) |
This function retrieves the priority of a text item. Priority defines the rate at whihc a text item is updated
Syntax
string textItemGetPriority ( textitem textitemToCheck )
Required Arguments
- textitemToCheck: The text item you wish to retrieve the priority of.
Returns
Returns a string of the priority of a text item, either "high", "medium" or "low" respective of its priority.
Example
This page does not have an example.
--add an example here
See Also
- textCreateDisplay
- textCreateTextItem
- textDestroyDisplay
- textDestroyTextItem
- textDisplayAddObserver
- textDisplayAddText
- textDisplayGetObservers
- textDisplayIsObserver
- textDisplayRemoveObserver
- textDisplayRemoveText
- textItemGetColor
- textItemGetPosition
- textItemGetPriority
- textItemGetScale
- textItemGetText
- textItemSetColor
- textItemSetPosition
- textItemSetPriority
- textItemSetScale
- textItemSetText