FormActMainPluginGetSelfData Method |
Gets the data about the current plugin instance
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public ActPluginData PluginGetSelfData(
IActPluginV1 MyPluginInstance
)
Parameters
- MyPluginInstance
- Type: Advanced_Combat_TrackerIActPluginV1
The instance handle of the plugin, usually "this"
Return Value
Type:
ActPluginDataA data object containing various pieces of data and controls associated with the plugin
See Also