C# Class ACR_BuilderPlugin.PluginMain

Inheritance: INWN2Plugin
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Methods

Method Description
Load ( INWN2PluginHost cHost ) : void

Shutdown ( INWN2PluginHost cHost ) : void

Startup ( INWN2PluginHost cHost ) : void

Unload ( INWN2PluginHost cHost ) : void

Private Methods

Method 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 method

public Load ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
return void

Shutdown() public method

public Shutdown ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
return void

Startup() public method

public Startup ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
return void

Unload() public method

public Unload ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
return void