this_object(3) LPC Library Functions this_object(3)
NNAAMMEE
this_object() - return the object pointer of the calling
object
SSYYNNOOPPSSIISS
object this_object( void );
DDEESSCCRRIIPPTTIIOONN
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).
SSEEEE AALLSSOO
this_player(3), previous_object(3), origin(3)
MudOS 5 Sep 1994 1