ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/res/types.xml
(Generate patch)

Comparing deliantra/Deliantra/res/types.xml (file contents):
Revision 1.5 by root, Thu Mar 16 01:34:01 2006 UTC vs.
Revision 1.6 by root, Thu Mar 16 01:42:22 2006 UTC

5381 a crossfire plug-in. ]]> 5381 a crossfire plug-in. ]]>
5382 </description> 5382 </description>
5383 <attribute arch="subtype" editor="event type" type="list_event_type"> 5383 <attribute arch="subtype" editor="event type" type="list_event_type">
5384 The type of event that triggers a notify to the plug-in. 5384 The type of event that triggers a notify to the plug-in.
5385 </attribute> 5385 </attribute>
5386 <attribute arch="title" editor="plug-in" type="text"> 5386 <attribute arch="title" editor="plug-in" type="string">
5387 The name of the plug-in that should be notified of the event, e.g. "cfpython" 5387 The name of the plug-in that should be notified of the event, e.g. "cfpython"
5388 for python and "perl" for the Crossfire-Perl plug-in. 5388 for python and "perl" for the Crossfire-Perl plug-in.
5389 </attribute> 5389 </attribute>
5390 <attribute arch="slaying" editor="extension" type="text"> 5390 <attribute arch="slaying" editor="extension" type="string">
5391 The name of the extension to invoke (for python, this is the path to a script, 5391 The name of the extension to invoke (for python, this is the path to a script,
5392 for perl this is the name of a extension package without the ".ext" extension. 5392 for perl this is the name of a extension package without the ".ext" extension.
5393 </attribute> 5393 </attribute>
5394 <attribute arch="name" editor="options" type="text"> 5394 <attribute arch="name" editor="options" type="string">
5395 A string that is passed unaltered to the extension above. Often used to pass 5395 A string that is passed unaltered to the extension above. Often used to pass
5396 options to the extension that alter its behaviour. 5396 options to the extension that alter its behaviour.
5397 </attribute> 5397 </attribute>
5398</type> 5398</type>
5399 5399

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines