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.13 by root, Tue Aug 29 05:03:55 2006 UTC vs.
Revision 1.14 by root, Tue Aug 29 05:29:48 2006 UTC

15def (OBJECT, UNREADY) // (who object -- deleted) 15def (OBJECT, UNREADY) // (who object -- deleted)
16def (OBJECT, USE_SKILL) // (skill who part direction strignarg -- ) 16def (OBJECT, USE_SKILL) // (skill who part direction strignarg -- )
17def (OBJECT, CAST_SPELL) // (spell casting_object owner direction stringarg -- ) 17def (OBJECT, CAST_SPELL) // (spell casting_object owner direction stringarg -- )
18def (OBJECT, DROP) // (object who -- ) 18def (OBJECT, DROP) // (object who -- )
19def (OBJECT, DROP_ON) // (floor object who -- ) 19def (OBJECT, DROP_ON) // (floor object who -- )
20def (OBJECT, LISTEN) // 20def (OBJECT, SAY) // (object player message)
21def (OBJECT, MOVE) // (monster enemy -- ) 21def (OBJECT, MOVE) // (monster enemy -- )
22def (OBJECT, ATTACK) // (object hitter -- damage) 22def (OBJECT, ATTACK) // (object hitter -- damage)
23def (OBJECT, ATTACKS) // (weapon hitter victim) 23def (OBJECT, ATTACKS) // (weapon hitter victim)
24def (OBJECT, INSCRIBE_NOTE) // (book pl message skill -- ) 24def (OBJECT, INSCRIBE_NOTE) // (book pl message skill -- )
25def (OBJECT, TRIGGER) // (object who -- ) 25def (OBJECT, TRIGGER) // (object who -- )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines