blob: a1e4fcfa80db5c3fbdfe82d90183c19649da877e [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 int extern_call();
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Returns zero, if the function that is currently being executed
6 was called by a local call, non-zero for call_other(), driver
7 applies, closure calls, etc. Currently the only return value
8 for them is 1, but later the various methods may be
9 distinguished by means of the return value.
MG Mud User88f12472016-06-24 23:31:02 +020010
Zesstra715ec202025-07-09 22:18:31 +020011HISTORY
12 Introduced in 3.2@263 resp. 3.2.1@12
Zesstrad59c3892019-11-28 20:53:39 +010013
Zesstra715ec202025-07-09 22:18:31 +020014SEE ALSO
Zesstrad59c3892019-11-28 20:53:39 +010015 call_other(E), previous_object(E)