Click or drag to resize

FormActMainPluginDownload Method

Downloads a plugin file. May use WININET caching if requested more than once per ACT execution.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public FileInfo PluginDownload(
	int MyPluginId
)

Parameters

MyPluginId
Type: SystemInt32
The ID number the website identifies the download with

Return Value

Type: FileInfo
The FileInfo of the temporary file that was downloaded
See Also