AmpHelper
|
This tweak will unlock the frame rate to run at the highest possible. More...
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... | |
bool | SetState (bool enabled) |
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< InstantiableTweakInfo > | GetTweaks (AppDomain domain=null) |
Finds all classes conforming to ITweak in the domain. More... | |
This tweak will unlock the frame rate to run at the highest possible.
|
inline |
Disables the tweak
Implements AmpHelper.Interfaces.ITweak.
|
inline |
Enables the tweak
Implements AmpHelper.Interfaces.ITweak.
|
inline |
Checks if the tweak is enabled
Implements AmpHelper.Interfaces.ITweak.
|
inline |
Sets the path to the unpacked game files
path | Path to the unpacked game files |
Implements AmpHelper.Interfaces.ITweak.
|
inline |