MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 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 | |
| 15 | SEE ALSO |
| 16 | inaugurate_master(M) |