VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK

◆ OnRunScript

IAsyncEvent<ScriptEventArgs> VoK.Sdk.Ddo.IDdoEventProvider.OnRunScript
get

fires when the client is told to run a script. be advised, this event fires A LOT. in peaceful/town areas it might not fire more than once or twice a second. In the heat of combat it will fire hundreds of times per second. Dungeon Helper fires these asynchronously so beware of how long you take to process it. If you are looking to get an event for somebody jumping, spellcasting, or doing almost anything, this is it.