
this_object(3)        LPC 系统函数        this_object(3)

名称
     this_object() - return the object  pointer  of  the  calling
     object

语法
     object this_object( void );

描述
     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).

请参考
     this_player(3), previous_object(3), origin(3)

MudOS                Last change: 5 Sep 1994                    1

