TextDisplayIsObserver: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server function}} This functions checks if player see the textdisplay. ==Syntax== <syntaxhighlight lang="lua">bool textDisplayIsObserver ( textdisplay display, player player )</syntaxhighlight> ===R...)
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server function}}
{{Server function}}
This functions checks if player see the [[textdisplay]].
This functions checks if a player can see the specified [[textdisplay]].


==Syntax==
==Syntax==

Revision as of 23:07, 10 February 2009

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

Syntax

bool textDisplayIsObserver ( textdisplay display, player player )

Required Arguments

Returns

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

Example

-- Example

See Also