C# Class entity.EntityPlugin

The entity plugin.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
Author string
PluginName string
map int
tagtype string

Méthodes publiques

Méthode 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

Méthode Description
EntityPlugin_Load ( object sender, EventArgs e ) : void

The entity plugin_ load.

InitializeComponent ( ) : void

Method Details

EntityPlugin() public méthode

Initializes a new instance of the EntityPlugin class.
public EntityPlugin ( ) : System
Résultat System

GetName() public méthode

The get name.
public GetName ( ) : string
Résultat string

Run() public méthode

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.
Résultat void

Property Details

Author public_oe property

The author.
public string Author
Résultat string

PluginName public_oe property

The plugin name.
public string PluginName
Résultat string

map public_oe property

The map number.
public int map
Résultat int

tagtype public_oe property

The tagtype.
public string tagtype
Résultat string