.\"return the object pointer of the calling object

.DT
this_object
Discworld driver help
this_object

Name
.SI 5
this_object() - return the object pointer of the calling object

.EI
Synopsis
.SI 5
object this_object()

.EI
Description
.SP 5 5
Return the object pointer of this object.  This function is useful when
an object wants to call functions that are not in the same source file but
are in the same object (via inheritance).

.EP
See also
.SI 5
this_player(3), previous_object(3).
.EI
