Get()

From TinyMUX
Revision as of 11:06, 27 November 2010 by Ihavenomouth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


Get()

Get(<object>/<attribute>)

The get function fetches the specified attribute from the named object. It can be used to get attributes from objects you own, public and visual attributes of objects near you, and public and visual attributes other than the description of players wherever they may be. If the attribute is not present on <object>, its parent is searched for the attribute.

Players with the Wizard flag can get attributes from any object. For TinyMUX and TinyMUSH, objects owned by wizards that have the INHERIT flag can get attributes from any object. For PennMUSH, objects with the Wizard flag have identical capabilities to the Wizard/Inherit combination on the Tiny platforms. On all servers, objects with the see_all power can use get() on any object.

Examples

> read me

> say get(me/desc)

Related Topics

get_eval(), eval(), u(), v(), xget(), Attribute Flags, Power.