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-b93c2d0d6712
master
gros 2005-10-18 18:57:08 +00:00
parent 9e5ac5f91c
commit 31a785ad71
12 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Object event_apply
type 116
subtype 1
end

View File

@ -0,0 +1,4 @@
Object event_attack
type 116
subtype 2
end

View File

@ -0,0 +1,4 @@
Object event_close
type 116
subtype 11
end

View File

@ -0,0 +1,4 @@
Object event_death
type 116
subtype 3
end

View File

@ -0,0 +1,4 @@
Object event_drop
type 116
subtype 4
end

View File

@ -0,0 +1,4 @@
Object event_pickup
type 116
subtype 5
end

View File

@ -0,0 +1,4 @@
Object event_say
type 116
subtype 6
end

View File

@ -0,0 +1,4 @@
Object event_stop
type 116
subtype 7
end

View File

@ -0,0 +1,4 @@
Object event_throw
type 116
subtype 9
end

View File

@ -0,0 +1,4 @@
Object event_time
type 116
subtype 8
end

View File

@ -0,0 +1,4 @@
Object event_throw
type 116
subtype 12
end

View File

@ -0,0 +1,4 @@
Object event_trigger
type 116
subtype 10
end