C# Class entity.EntityPlugin

The entity plugin.
Inheritance: System.Windows.Forms.UserControl
Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
Author string
PluginName string
map int
tagtype string

Public Methods

Method Description
EntityPlugin ( ) : System

Initializes a new instance of the EntityPlugin class.

GetName ( ) : string

The get name.

Run ( Map map, System.Windows.Forms.ToolStripProgressBar &progressbar ) : void

The run.

Private Methods

Method Description
EntityPlugin_Load ( object sender, EventArgs e ) : void

The entity plugin_ load.

InitializeComponent ( ) : void

Method Details

EntityPlugin() public method

Initializes a new instance of the EntityPlugin class.
public EntityPlugin ( ) : System
return System

GetName() public method

The get name.
public GetName ( ) : string
return string

Run() public method

The run.
public Run ( Map map, System.Windows.Forms.ToolStripProgressBar &progressbar ) : void
map HaloMap.Map.Map The map.
progressbar System.Windows.Forms.ToolStripProgressBar The progressbar.
return void

Property Details

Author public property

The author.
public string Author
return string

PluginName public property

The plugin name.
public string PluginName
return string

map public property

The map number.
public int map
return int

tagtype public property

The tagtype.
public string tagtype
return string