TextDestroyDisplay

From Multi Theft Auto: Wiki
Revision as of 19:47, 23 March 2006 by EAi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This function destroys a text display and will unlink all the text items on it. This does not stop the text items existing, but anyone who was observing the text items through this display will stop seeing them.

Syntax

textDestroyDisplay ( textdisplay )

Example

textDisplay = textCreateDisplay ();
textDestroyDisplay ( textDisplay );