TextDisplayIsObserver: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server function}}
{{Server function}}
This functions checks if a player can see the specified [[textdisplay]].
This function checks if a player can see the specified [[textdisplay]].


==Syntax==
==Syntax==

Revision as of 23:07, 10 February 2009

This function 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