ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/eventinc.h
(Generate patch)

Comparing deliantra/server/include/eventinc.h (file contents):
Revision 1.1 by root, Thu Aug 24 17:29:30 2006 UTC vs.
Revision 1.11 by root, Mon Aug 28 14:05:24 2006 UTC

1// define event types by enumerating them here 1def (GLOBAL, CLOCK) // ( )
2 2def (PLAYER, REATTACH) // (player)
3def(APPLY) // apply a specific type of object 3def (PLAYER, BIRTH) // (player)
4def (PLAYER, QUIT) // (player)
5def (PLAYER, LOAD) // (player)
6def (PLAYER, SAVE) // (player)
7def (PLAYER, LOGIN) // (player)
8def (PLAYER, LOGOUT) // (player)
9def (PLAYER, DEATH) // (player)
10def (PLAYER, MAP_CHANGE) // (player oldmap newmap)
11def (PLAYER, EXTCMD) // (player string)
12def (PLAYER, PRAY_ALTAR) // (player altar skill -- )
13def (PLAYER, TELL) // (player -- )
14def (PLAYER, SAY) // (player --)
15def (PLAYER, SHOUT) // (player --)
16def (OBJECT, INSTANTIATE) // (object init-args...)
17def (OBJECT, REATTACH) // (object)
18def (OBJECT, CLONE) // (object destination)
19def (OBJECT, TICK) // (object)
20def (OBJECT, KILL) // (object hitter -- )
21def (OBJECT, APPLY) // (object who -- applytype)
22def (OBJECT, USE_SKILL) // (skill who part direction strignarg -- )
23def (OBJECT, CAST_SPELL) // (spell casting_object owner direction stringarg -- )
24def (OBJECT, DROP) // (object who -- )
25def (OBJECT, DROP_ON) // (floor object who -- )
26def (OBJECT, LISTEN) //
27def (OBJECT, MOVE) // (monster enemy -- )
28def (OBJECT, ATTACK) // (object hitter -- damage)
29def (OBJECT, ATTACKS) // (weapon hitter victim)
30def (OBJECT, INSCRIBE_NOTE) // (book pl message skill -- )
31def (OBJECT, TRIGGER) // (object who -- )
32def (OBJECT, MOVE_TRIGGER) // (object victim originator -- )
33def (OBJECT, CLOSE) // (container -- )
34def (MAP, REATTACH) // (map)
35def (MAP, INSTANTIATE) // (map)
36def (MAP, SWAPIN) // (map)
37def (MAP, SWAPOUT) // (map)
38def (MAP, RESET) // (map)
39def (MAP, CLEAN) // (map)
40def (MAP, ENTER) // (map player)
41def (MAP, LEAVE) // (map player)
42def (MAP, UPGRADE) // (map)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines