C# Класс ACR_BuilderPlugin.PluginMain

Наследование: INWN2Plugin
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( INWN2PluginHost cHost ) : void

Shutdown ( INWN2PluginHost cHost ) : void

Startup ( INWN2PluginHost cHost ) : void

Unload ( INWN2PluginHost cHost ) : void

Приватные методы

Метод Описание
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.

Описание методов

Load() публичный Метод

public Load ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Результат void

Shutdown() публичный Метод

public Shutdown ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Результат void

Startup() публичный Метод

public Startup ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Результат void

Unload() публичный Метод

public Unload ( INWN2PluginHost cHost ) : void
cHost INWN2PluginHost
Результат void