blob: 8c4a2a0bd16904219a8fa1db906c23305e08be67 [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
11 simul_efun object has defined the function as ``nomask'').
12
13SEE ALSO
14 get_simul_efun(M), inheritance(LPC), operators(LPC)