Click or drag to resize

FormActMain Events

The FormActMain type exposes the following members.

Events
  NameDescription
Public eventAfterCombatAction
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.
Public eventBeforeClipboardSet
Public eventBeforeCombatAction
A parsed combat action before it is entered as data. Subscribing to this event allows you to change parsed data in real time.
Public eventBeforeLogLineRead
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.
Public eventLcdButtonPressed
Handle a G15 LCD button press. You should only handle the event if you match the ModeString.
Public eventLcdUpdate
Handle an LCD update request. You should only handle the event if you match the ModeString.
Public eventLogFileChanged
When a different log file is opened by ACT; manually or automatically
Public eventLogFileRenamed
When a log file is renamed to an archive name, typically before the old filename is re-opened as blank
Public eventOnCombatEnd
When an active encounter is ended
Public eventOnCombatStart
When a new encounter is started, before any data is entered
Public eventOnLogLineRead
Every time a log line passes through the parsing engine. May be modified by BeforeLogLineRead subscribers.
Public eventUpdateCheckClicked
Triggered when the user manually checks for ACT updates
Public eventUrlRequest
Handle a client requesting a URL from ACT's web interface
Public eventXmlSnippetAdded
Event for when ACT is instructed to add the data from an XML snippet (the XML data should be parsed and commited)
Top
See Also