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

13 lines
392 B
Plaintext

this_interactive - return the object representing the current player
object this_interactive();
Return the object representing the player that caused the calling function
to be called. This returns what this_player() was originally even if
it changed later due to enable_commands() or command()
See also:
this_player
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere