blob: 89def0add848a5a065f96e3b5a95450acf2e3891 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 Initialization of the master object.
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra7ea4a032019-11-26 20:11:40 +01004DESCRIPTION
5 As the lfuns which are called to initialize objects after a load
6 are defined through driver hooks, and these hooks are cleared
7 prior to a master (re)load, the first function called is
8 inaugurate_master(). It's not very sensible to do anything earlier
9 as the master is not recognized as such at that time, and so a
10 number of (important) things would not work. Which lfun is called
11 during runtime to reset the master also depends on the driverhook
12 settings. Arbitrary actions may be done on a reset.
MG Mud User88f12472016-06-24 23:31:02 +020013
14SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010015 inaugurate_master(M)