TextDisplayIsObserver: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (Needs example)
Line 20: Line 20:
==See Also==
==See Also==
{{Text functions}}
{{Text functions}}
[[Category:Needs Example]]

Revision as of 07:52, 19 June 2009

This function checks if a player can see the specified textdisplay.

Syntax

bool textDisplayIsObserver ( textdisplay display, player thePlayer )

Required Arguments

Returns

Return true if textdisplay is showing, or false if not.

Example

-- Example

See Also