Visible()

From TinyMUX
Revision as of 01:20, 29 November 2010 by Ihavenomouth (talk | contribs) (New page: Category:Functions FUNCTION: {{Function|visible(<object>,<victim>[/<attr>])}} Returns 1 if <object> can examine <victim>, or 0 otherwise. If <object> or <victim> do not e...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


FUNCTION: visible(<object>,<victim>[/<attr>])

Returns 1 if <object> can examine <victim>, or 0 otherwise. If <object> or <victim> do not exist, 0 is returned.

If an object-attribute pair is provided, 1 is returned if <object> can see <attr> on <victim>. If <attr> is not present on <victim>, 1 is returned if <object> can examine <victim>.

Related Topics

cansee()