Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29008
Modified Files:
pythonscript.cpp
Log Message:
New documentation
Index: pythonscript.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/pythonscript.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** pythonscript.cpp 14 Jun 2004 22:15:30 -0000 1.40
--- pythonscript.cpp 1 Jul 2004 16:30:56 -0000 1.41
***************
*** 245,249 ****
\param player The player who requested the tooltip.
\param object The object the tooltip was requested for.
! \param tooltip The tooltip that is about to be sent.
\condition Triggered just before a tooltip is sent for an object.
\notes Please note that you cannot stop the tooltip from being sent.
--- 245,249 ----
\param player The player who requested the tooltip.
\param object The object the tooltip was requested for.
! \param tooltip The <object id="tooltip">tooltip</object> object that is about to be sent.
\condition Triggered just before a tooltip is sent for an object.
\notes Please note that you cannot stop the tooltip from being sent.
|