Mudlib naming
Documentation for the body-naming functions for the mudlib in /std/body/naming.c.
Functions
-
int is_introduced(object body)
Returns 1 if body has been introduced to this person. This translates to that this body knows the person.
-
void introduce(object body)
Add this person to the list of people that this body knows.
-
string *query_introduced()
A list of people in a Username:Bodyname type format.
-
void clear_introduced()
Remove all the people we have been introduced to.
-
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.
-
string query_long_name()
Returns the appripriate name for when people find you standing in a room.
- nomask string query_userid()
Looks up the user object and returns the userid of the user.
- nomask string query_invis_name()
Return the inivisble name used by this body.
-
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.