Click or drag to resize

IActPluginV1 Interface

To be loaded by ACT, plugins must implement this interface

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public interface IActPluginV1

The IActPluginV1 type exposes the following members.

Methods
 NameDescription
Public methodDeInitPlugin Will be called when ACT is terminating the plugin. The plugin must release all resources at this time
Public methodInitPlugin Will be called when ACT starts the plugin
Top
See Also