Added new event hook archetypes, required for the 2.0 plugin interface.
Gros - 18/10/2005 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3902 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9e5ac5f91c
commit
31a785ad71
|
@ -0,0 +1,4 @@
|
|||
Object event_apply
|
||||
type 116
|
||||
subtype 1
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_attack
|
||||
type 116
|
||||
subtype 2
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_close
|
||||
type 116
|
||||
subtype 11
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_death
|
||||
type 116
|
||||
subtype 3
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_drop
|
||||
type 116
|
||||
subtype 4
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_pickup
|
||||
type 116
|
||||
subtype 5
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_say
|
||||
type 116
|
||||
subtype 6
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_stop
|
||||
type 116
|
||||
subtype 7
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_throw
|
||||
type 116
|
||||
subtype 9
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_time
|
||||
type 116
|
||||
subtype 8
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_throw
|
||||
type 116
|
||||
subtype 12
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
Object event_trigger
|
||||
type 116
|
||||
subtype 10
|
||||
end
|
Loading…
Reference in New Issue