[Crossfire-wiki] [Crossfire DokuWiki] page changed: server_plugin
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Sat Apr 21 06:44:42 CDT 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/04/21 06:44
User : ryo
Edit Summary: event_tell
@@ -121,10 +121,8 @@
==== Timer ====
Archetype: event_timer
Generated when the timer connected triggered.
-
-
===== Hooking to global events =====
Those concern the game as a whole or can't be bound to a specific object. Those events may be "registered" by a plugin (it means that the plugin requests to get a message each time one of those events happens).
@@ -147,9 +145,9 @@
| Mapunload | Generated when a map is being unloaded from memory. | ''map*'' pointing to the map | |
| Muzzle | Generated when a player was muzzled by a DM. | ''object*'' pointing to muzzled player, ''const char*'' containing the parameter the DM used to muzzle | |
| Remove | Generated when a player character is removed from the game ("quit" command). | ''object*'' pointing to the player | |
| Shout | Generated whenever someone shouts something. | ''object*'' pointing to talking player, ''const char*'' containing the message, ''int'' containing the priority | |
- | Tell | Generated whenever someone tells something. | | not implemented for now |
+ | Tell | Generated whenever someone tells something. | ''object*'' pointing to talking player, ''const char*'' containing the message, ''object*'' containing the recipient of the message | |
===== Registering a command =====
A plugin can register a custom game command. This command will work exactly like other commands from the player's point of view, accepting arguments and such.
IP-Address : 82.236.87.204
Old Revision: http://wiki.metalforge.net/doku.php/server_plugin?rev=1176929857
New Revision: http://wiki.metalforge.net/doku.php/server_plugin
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list