Lflags()

From TinyMUX
Revision as of 02:44, 15 August 2010 by Ihavenomouth (talk | contribs) (→‎Examples: Fixed the 'related topics' links. A few of them had extraneous l's.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


FUNCTION: lflags(<object>) or lflags(<object>/<attr>)

Lflags() returns a space-separated list of flag names associated with <object> or with the <attr> on <object>. Some flags are not revealed due to visibility and permissions.

This is a PennMUSH function.

Examples

 >think [lflags(me)]
 OPAQUE WIZARD SAFE ENTER_OK ANSI MONITOR CONNECTED

Related Topics: Flag, andflags(), orflags(), hasflag(), flags()