Frank Jacquette

MudOS Efun Template - For documenting Efuns, which are functions provided by the driver. For the title, use "Efun - " plus the name of the efun.

 
NAME
 

query_real_name() - returns the real name of the living object.

 
SYNOPSIS
 

nomask string query_real_name()

 
DESCRIPTION
 

This lfun returns the real name of the living object. The real name is an all lower-case string and should not contain any non alphabetic characters. For interactives, the real name is unique and remains constant even when the player is invisible or shadowed.

 
AVAILABLE IN
 

O_LIVING_OBJECT and its subclasses.

 
SEE ALSO
 

Lfuns: query_name(), query_short(), query_long(), set_name().
Efuns: id(), find_living(), enable_commands().
Commands: who, people, invis.

 
Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS