C# 클래스 ACR_BuilderPlugin.PluginMain

상속: INWN2Plugin
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
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