C# Class ACR_BuilderPlugin.PluginMain

Inheritance: INWN2Plugin
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Méthode Description
Load ( INWN2PluginHost cHost ) : void

Shutdown ( INWN2PluginHost cHost ) : void

Startup ( INWN2PluginHost cHost ) : void

Unload ( INWN2PluginHost cHost ) : void

Private Methods

Méthode Description
OpenCreatureEditor ( object sender, EventArgs e ) : void
OpenTriggerEditor ( object sender, EventArgs e ) : void
OpenWaypointEditor ( object sender, EventArgs e ) : void
SetCreatureHP ( CreatureHelper hpType ) : void

Sets all creatures in the module to a certain HP.

SetCreatureHPMax ( object sender, EventArgs e ) : void
SetCreatureHPPnP ( object sender, EventArgs e ) : void
ValidateModule ( object sender, EventArgs e ) : void

Checks the module for common errors, and logs them to a file. Handled by the ValidateWindow class.

Method Details

Load() public méthode

public Load ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Résultat void

Shutdown() public méthode

public Shutdown ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Résultat void

Startup() public méthode

public Startup ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Résultat void

Unload() public méthode

public Unload ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Résultat void