Hasattr()

From TinyMUX
Revision as of 07:33, 28 November 2010 by Ihavenomouth (talk | contribs) (New page: Category:Functions {{Function|hasattr(<object>, <attribute name>)}} Returns 1 if the object has the named attribute, and 0 if it does not. If the object does not exist or the player ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


hasattr(<object>, <attribute name>)

Returns 1 if the object has the named attribute, and 0 if it does not. If the object does not exist or the player does not have the ability to examine the object, #-1 will be returned.

Hasattr() doesn't check for attributes inherited from parent objects. Use hasattrp() for that.