ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/events.pod
(Generate patch)

Comparing deliantra/server/pod/events.pod (file contents):
Revision 1.9 by root, Thu Dec 21 06:12:37 2006 UTC vs.
Revision 1.10 by root, Thu Dec 21 23:37:05 2006 UTC

362 362
363Invoked whenever attachments/plug-ins need to get reattached to the 363Invoked whenever attachments/plug-ins need to get reattached to the
364object. This usually happens when server was reloaded. This event will 364object. This usually happens when server was reloaded. This event will
365only be generated if the object has attachments. 365only be generated if the object has attachments.
366 366
367=head3 reply (client replystring -- )
368
369Called when the client submits a reply in the ST_CUSTOM state. Usually
370handled internally by language plugins.
371
367=head3 exticmd (client string -- ) 372=head3 exticmd (client string -- )
368 373
369Like C<extcmd>, but can be called before a player has logged in. 374Like C<extcmd>, but can be called before a player has logged in.
370 375
371Programmable plug-ins usually handle this event internally. 376Programmable plug-ins usually handle this event internally.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines