MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | void set_auto_include_string (string arg) |
| 8 | |
| 9 | DESCRIPTION |
| 10 | |
| 11 | The arg will be automatically included into every compiled LPC |
| 12 | object. This is useful to enforce global definitions, e.g. |
| 13 | ``#pragma combine_strings'' or ``#pragma strict_types''. The |
| 14 | calling object needs to be privileged by the master object. |
| 15 | |
| 16 | Note that the auto-include-string is cleared when the master |
| 17 | object is reloaded. |
| 18 | |
| 19 | HISTORY |
| 20 | LDMud 3.2.9 replaced this efun with driver hook H_AUTO_INCLUDE. |
| 21 | This old version is available if the driver is compiled |
| 22 | with USE_DEPRECATED. |
| 23 | Removed in LDMud 3.3. |
| 24 | |
| 25 | SEE ALSO |
| 26 | set_driver_hook(E), privilege_violation(M), pragma(LPC), master(M) |
| 27 | |
| 28 | 29.10.2006 Zesstra |