blob: afd3db93bee89fbb3fac37fdc7f6a208d4928ed1 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 object master()
3 object master(int dont_load)
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Returns the master object.
7
8 If <dont_load> is false, the function first makes sure that
9 the master object exists.
10 If <dont_load> is true, the function just returns the current
11 master object, or 0 if the current master has been destructed.
MG Mud User88f12472016-06-24 23:31:02 +020012
Zesstra715ec202025-07-09 22:18:31 +020013HISTORY
14 Introduced in LDMud 3.2.10.
15SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020016 master(M)