blob: 4586326b8e2bcfbe450194c732ba51ab4e3828b2 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 mixed * input_to_info(object player)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Construct an array of all input_to's pending for this interactive
6 <player>. The first entry in the array is the least recently added
7 input_to, the last element the most recently added one.
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009 Every item in the array is itself an array of 2 or more entries:
10 0: The object (only if the function is a string).
11 1: The function (string or closure).
12 2..: The argument(s).
MG Mud User88f12472016-06-24 23:31:02 +020013
Zesstra715ec202025-07-09 22:18:31 +020014HISTORY
15 Introduced in LDMud 3.2.9.
MG Mud User88f12472016-06-24 23:31:02 +020016
Zesstra715ec202025-07-09 22:18:31 +020017SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020018 input_to(E), find_input_to(E), remove_input_to(E),
19 query_input_pending(E)