Method | Description | |
---|---|---|
CreateNewPlugin ( ) : TESVSnip.Domain.Model.Plugin | ||
CreateTextWindow ( string name ) : |
||
SendStatusText ( string text ) : void | ||
SendStatusText ( string text, Color color ) : void |
public static CreateNewPlugin ( ) : TESVSnip.Domain.Model.Plugin | ||
return | TESVSnip.Domain.Model.Plugin |
public static CreateTextWindow ( string name ) : |
||
name | string | |
return |
public static SendStatusText ( string text ) : void | ||
text | string | |
return | void |
public static SendStatusText ( string text, Color color ) : void | ||
text | string | |
color | Color | |
return | void |