Mudlib *naming* **************** Documentation for the body-naming functions for the mudlib in */std/body/naming.c*. Functions ========= .. c:function:: int is_introduced(object body) Returns 1 if body has been introduced to this person. This translates to that this body *knows* the person. .. c:function:: void introduce(object body) Add this person to the list of people that this body knows. .. c:function:: string *query_introduced() A list of people in a Username:Bodyname type format. .. c:function:: void clear_introduced() Remove all the people we have been introduced to. .. c:function:: string query_description() Returns a description of us including our physical_apparance() (defined in races). This also returns if people are lying down, sitting or standing. .. c:function:: string query_long_name() Returns the appripriate name for when people find you standing in a room. .. c:function:: nomask string query_userid() Looks up the user object and returns the userid of the user. .. c:function:: nomask string query_invis_name() Return the inivisble name used by this body. .. c:function:: string query_idle_string() Returns the idle string for this person if they're idle or inactive. *File generated by Lima 1.1a4 reStructured Text daemon.*