mud/lib/doc/sefun/domain_master
2020-09-06 05:43:07 -07:00

32 lines
720 B
Plaintext

DOMAIN_MASTER(1) DOMAIN_MASTER(1)
NAME
domain_master() - returns the master object for a given
domain
SYNOPSIS
object domain_master(string|object val)
DESCRIPTION
Given a file name or an object, this function will return
the object which controls the functions of the domain from
which it comes.
EXAMPLES
o domain_master("/realms/descartes/NorthForest/room/entrance")
will return the object
"/domains/NorthForest/adm/master"
LOCATION
/secure/sefun/domains.c
SEE ALSO
domain(), domain_exists()
Author
Descartes of Borg
1