Lflags()

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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()