blob: 96fbc26e6fe05f33df1f2cda87fb60281b50e35e [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int referencep(mixed arg)
3
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 returns true if arg was passed by reference to the current
6 function, instead of the usual call-by-value.
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra715ec202025-07-09 22:18:31 +02008 Note that arg has to be passed by reference to the efun,
9 a.g. referencep(&x).
MG Mud User88f12472016-06-24 23:31:02 +020010
Zesstra715ec202025-07-09 22:18:31 +020011SEE ALSO
12 references(LPC), bytesp(E), clonep(E), closurep(E), coroutinep(E),
13 floatp(E), intp(E), lpctypep(E), lwobjectp(E), mappingp(E),
14 objectp(E), pointerp(E), stringp(E), structp(E), symbolp(E)