blob: d42c95799468dd639f3b3f3caddc701e2ef6f8ae [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001CONCEPT
2 simul_efun
3
4DESCRIPTION
5 The simul_efun object is automagically sort-of inherited by
6 every object. That functions that are defined in it can be
7 accessed just like efuns or inherited functions by every
8 object (except the master object). To get access to efuns that
9 are overloaded by the simul_efun object, you can use the
10 efun::function() to bypass the simul_efun (unless the
Zesstra7ea4a032019-11-26 20:11:40 +010011 simul_efun object has defined the function as "nomask").
MG Mud User88f12472016-06-24 23:31:02 +020012
13SEE ALSO
14 get_simul_efun(M), inheritance(LPC), operators(LPC)