AmpHelper
Public Member Functions | List of all members
AmpHelper.Tweaks.UnlockAllTweak Class Reference

This tweak will unlock all arenas, songs, powerups, and freq mode. More...

Inheritance diagram for AmpHelper.Tweaks.UnlockAllTweak:
AmpHelper.Interfaces.ITweak

Public Member Functions

ITweak SetPath (string path)
 Sets the path to the unpacked game files More...
 
bool IsEnabled ()
 Checks if the tweak is enabled More...
 
void EnableTweak ()
 Enables the tweak More...
 
void DisableTweak ()
 Disables the tweak More...
 
ITweak SetPath (string path)
 Sets the path to the unpacked game files More...
 
bool IsEnabled ()
 Checks if the tweak is enabled More...
 
void EnableTweak ()
 Enables the tweak More...
 
void DisableTweak ()
 Disables the tweak More...
 

Additional Inherited Members

- Static Public Member Functions inherited from AmpHelper.Interfaces.ITweak
static IEnumerable< InstantiableTweakInfoGetTweaks (AppDomain domain=null)
 Finds all classes conforming to ITweak in the domain. More...
 

Detailed Description

This tweak will unlock all arenas, songs, powerups, and freq mode.

Member Function Documentation

◆ DisableTweak()

void AmpHelper.Tweaks.UnlockAllTweak.DisableTweak ( )
inline

Disables the tweak

Implements AmpHelper.Interfaces.ITweak.

◆ EnableTweak()

void AmpHelper.Tweaks.UnlockAllTweak.EnableTweak ( )
inline

Enables the tweak

Implements AmpHelper.Interfaces.ITweak.

◆ IsEnabled()

bool AmpHelper.Tweaks.UnlockAllTweak.IsEnabled ( )
inline

Checks if the tweak is enabled

Returns
The status of the tweak

Implements AmpHelper.Interfaces.ITweak.

◆ SetPath()

ITweak AmpHelper.Tweaks.UnlockAllTweak.SetPath ( string  path)
inline

Sets the path to the unpacked game files

Parameters
pathPath to the unpacked game files
Returns
The current instance of the tweak

Implements AmpHelper.Interfaces.ITweak.


The documentation for this class was generated from the following file: