C# Class AcManager.Tools.Starters.StarterPlus

Inheritance: BaseStarter, IAcsPrepareableStarter, IPluginWrapper
Show file Open project: gro-ove/actools Class Usage Examples

Private Properties

Property Type Description
IsPatched bool

Public Methods

Method Description
CleanUp ( ) : void
Disable ( ) : void
Enable ( ) : void
IsPatched ( string filename ) : bool
Run ( ) : void
TryToPrepare ( ) : bool

Private Methods

Method Description
IsPatched ( ) : bool

Method Details

CleanUp() public method

public CleanUp ( ) : void
return void

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

IsPatched() public static method

public static IsPatched ( string filename ) : bool
filename string
return bool

Run() public method

public Run ( ) : void
return void

TryToPrepare() public method

public TryToPrepare ( ) : bool
return bool