blob: e08d34aac098059f017e93326a5592a8329ce6f0 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 Initialization of the master object (since 3.2.1).
3
4 As since 3.2.1 the lfuns which are called to initialize
5 objects after a load are defined through driver hooks, and
6 these hooks are cleared prior to a master (re)load, the first
7 function called is inaugurate_master(). Anyway it's not very
8 sensible to do anything earlier as the master is not
9 recognized as such at that time, and so a number of
10 (important) things would not work.
11 Which lfun is called during runtime to reset the master is also
12 depending on the driverhook settings. Arbitrary actions may be done
13 on a reset.
14
15SEE ALSO
16 inaugurate_master(M)