MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 2 | __INIT() |
| 3 | ******** |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | |
| 6 | SYNOPSIS |
| 7 | ======== |
| 8 | |
| 9 | __INIT |
| 10 | |
| 11 | |
| 12 | DESCRIPTION |
| 13 | =========== |
| 14 | |
| 15 | This function is constructed automagically by the parser at |
| 16 | compiler, if the parser was compiled with #define |
| 17 | INITIALISATION__INIT. This function is not intended to be |
| 18 | defined by the lpc objects, and never to be called from lpc |
| 19 | objects. This man page is here just for completeness. |
| 20 | |
| 21 | |
| 22 | SEE ALSO |
| 23 | ======== |
| 24 | |
| 25 | initialisation(LPC) |