ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/eventinc.h
Revision: 1.11
Committed: Mon Aug 28 14:05:24 2006 UTC (17 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.10: +1 -1 lines
Log Message:
improved,more automatic freezer

File Contents

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