FormActMain Events |
The FormActMain type exposes the following members.
Name | Description | |
---|---|---|
ActLifecycleChanged |
Receives events for the different stages of ACT startup and when it initially starts to close
| |
AfterCombatAction |
A parsed combat action after it is entered as data. Subscribing to this event shows the data in its final form. Changing the action now would yield no meaningful results.
| |
BeforeClipboardSet | ||
BeforeCombatAction |
A parsed combat action before it is entered as data. Subscribing to this event allows you to change parsed data in real time.
| |
BeforeLogLineRead |
Every time a log line is read. Parsing plugins should subscribe to this event. Plugins can change the log line before OnLogLineRead subscribers see it or before it is saved in View Logs or passed to the Custom Trigger engine.
| |
LogFileChanged |
When a different log file is opened by ACT; manually or automatically
| |
LogFileRenamed |
When a log file is renamed to an archive name, typically before the old filename is re-opened as blank
| |
OnCombatEnd |
When an active encounter is ended
| |
OnCombatStart |
When a new encounter is started, before any data is entered
| |
OnLogLineRead |
Every time a log line passes through the parsing engine. May be modified by BeforeLogLineRead subscribers.
| |
UpdateCheckClicked |
Triggered when the user manually checks for ACT updates
| |
UrlRequest |
Handle a client requesting a URL from ACT's web interface
| |
XmlSnippetAdded |
Event for when ACT is instructed to add the data from an XML snippet (the XML data should be parsed and commited)
|