mud/lib/doc/efun/all/this_object
2020-09-06 05:43:07 -07:00

14 lines
315 B
Plaintext

this_object - return the object pointer of the calling object
object this_object();
Return the object pointer of the current object. Useful for passing the
current object to other functions.
See also:
this_player,
previous_object,
origin
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere