VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Ddo.ScriptEventArgs Class Reference

wrapper for all the data elements of a script event. More...

Inherits ICloneable.

Public Member Functions

 ScriptEventArgs (uint fxId, uint secondaryFxId, ulong scriptSourceIid, ulong scriptTargetIid, IPropertyCollection properties)
 creates a new script event args object. for Dungeon-Helper use only. More...
 
object Clone ()
 

Properties

uint FxId [get]
 the primary Fx id. see FX for values. This is compiled as a uint in order to preserve future compatibilty as more FX values are added. More...
 
uint SecondaryFxId [get]
 the secondary Fx id. see FX for values. This is compiled as a uint in order to preserve future compatibilty as more FX values are added. More...
 
ulong ScriptSourceIid [get]
 the source of the Fx, if known. this value is often 0 for Fx events for which the current player or party is not the originator More...
 
ulong ScriptTargetIid [get]
 the target of the Fx, if known. not all effects should have targets More...
 
IPropertyCollection Properties [get]
 properties associated with the scripting event More...
 

Detailed Description

wrapper for all the data elements of a script event.


The documentation for this class was generated from the following file: