TextItemSetPriority
Jump to navigation
Jump to search
This article needs checking. | |
Reason(s): Is the 2nd argument a string or an int? Should be a string for consistency --Talidan2 09:03, 29 August 2007 (CDT) |
This function sets the priority for a text item. Priority is the rate at which a text item is updated.
Syntax
void textItemSetPriority ( textitem theTextItem, string priority )
Required Arguments
- theTextItem: The text item you wish to set priority to.
- priority: The priority you wish to set to the item, which can be "high", "medium", or "low" respective of their 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