blob: ac6f5827778cb44e7f81133b3b343a89563d2ea3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 string|string* get_simul_efun(void)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 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 User88f12472016-06-24 23:31:02 +020018
19SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010020 simul_efun(C)