mud/lib/doc/efun/interactive/in_input
2020-09-06 05:43:07 -07:00

16 lines
339 B
Plaintext

in_input() - determines if a player is inputting to an input_to
int in_input();
int in_input(object ob);
Returns 1 if the object is currently inputting to an input_to or get_char.
If no object is specified, this_object() is assumed.
See also:
get_char,
input_to
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere