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.11 by root, Fri Dec 22 06:02:29 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 destroy (client -- )
368
369Called when the runtime wants to destroy the client structure.
370
371=head3 reply (client replystring -- )
372
373Called when the client submits a reply in the ST_CUSTOM state. Usually
374handled internally by language plugins.
375
367=head3 exticmd (client string -- ) 376=head3 exticmd (client string -- )
368 377
369Like C<extcmd>, but can be called before a player has logged in. 378Like C<extcmd>, but can be called before a player has logged in.
370 379
371Programmable plug-ins usually handle this event internally. 380Programmable plug-ins usually handle this event internally.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines