C# Class AcManager.Tools.Starters.StarterPlus

Inheritance: BaseStarter, IAcsPrepareableStarter, IPluginWrapper
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Private Properties

Свойство Type Description
IsPatched bool

Méthodes publiques

Méthode Description
CleanUp ( ) : void
Disable ( ) : void
Enable ( ) : void
IsPatched ( string filename ) : bool
Run ( ) : void
TryToPrepare ( ) : bool

Private Methods

Méthode Description
IsPatched ( ) : bool

Method Details

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

Disable() public méthode

public Disable ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

IsPatched() public static méthode

public static IsPatched ( string filename ) : bool
filename string
Résultat bool

Run() public méthode

public Run ( ) : void
Résultat void

TryToPrepare() public méthode

public TryToPrepare ( ) : bool
Résultat bool