MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
Zesstra | 7ea4a03 | 2019-11-26 20:11:40 +0100 | [diff] [blame^] | 2 | string|string* get_simul_efun(void) |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
| 4 | DESCRIPTION |
Zesstra | 7ea4a03 | 2019-11-26 20:11:40 +0100 | [diff] [blame^] | 5 | Load the simul_efun object(s) and return one or more paths of it. |
| 6 | |
| 7 | Note that the object(s) must be loaded by this function! |
| 8 | |
| 9 | When you return an array of strings, the first string is taken as path |
| 10 | to the simul_efun object, and all other paths are used for backup |
| 11 | simul_efun objects to call simul_efuns that are not present in the |
| 12 | main simul_efun object. This allows the removal of simul_efuns at |
| 13 | runtime without getting errors from old compiled programs that still |
| 14 | use the obsolete simul_efuns. |
| 15 | |
| 16 | The additional simul-efun objects can not serve as backups for |
| 17 | the primary one! |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 18 | |
| 19 | SEE ALSO |
Zesstra | 7ea4a03 | 2019-11-26 20:11:40 +0100 | [diff] [blame^] | 20 | simul_efun(C) |