TextItemGetPriority

From Multi Theft Auto: Wiki
Revision as of 13:55, 29 August 2007 by Talidan (talk | contribs)
Jump to navigation Jump to search

Dialog-information.png 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