TextItemGetPriority

From Multi Theft Auto: Wiki
Revision as of 11:47, 6 November 2010 by X86dev (talk | contribs)
Jump to navigation Jump to search

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

Returns a integer of the priority of a text item, 0 = low, 1 = medium, 2 = high.

Example

This page does not have an example.

--add an example here

See Also