C# Class TESVSnip.UI.Hosting.ScriptSupport

Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Méthode Description
CreateNewPlugin ( ) : TESVSnip.Domain.Model.Plugin
CreateTextWindow ( string name ) : OutputTextContent
SendStatusText ( string text ) : void
SendStatusText ( string text, Color color ) : void

Method Details

CreateNewPlugin() public static méthode

public static CreateNewPlugin ( ) : TESVSnip.Domain.Model.Plugin
Résultat TESVSnip.Domain.Model.Plugin

CreateTextWindow() public static méthode

public static CreateTextWindow ( string name ) : OutputTextContent
name string
Résultat TESVSnip.UI.Docking.OutputTextContent

SendStatusText() public static méthode

public static SendStatusText ( string text ) : void
text string
Résultat void

SendStatusText() public static méthode

public static SendStatusText ( string text, Color color ) : void
text string
color Color
Résultat void