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

This tweak will unlock the frame rate to run at the highest possible. More...

Inheritance diagram for AmpHelper.Tweaks.UnlockFpsTweak:
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...
 
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< InstantiableTweakInfoGetTweaks (AppDomain domain=null)
 Finds all classes conforming to ITweak in the domain. More...
 

Detailed Description

This tweak will unlock the frame rate to run at the highest possible.

Member Function Documentation

◆ DisableTweak()

void AmpHelper.Tweaks.UnlockFpsTweak.DisableTweak ( )
inline

Disables the tweak

Implements AmpHelper.Interfaces.ITweak.

◆ EnableTweak()

void AmpHelper.Tweaks.UnlockFpsTweak.EnableTweak ( )
inline

Enables the tweak

Implements AmpHelper.Interfaces.ITweak.

◆ IsEnabled()

bool AmpHelper.Tweaks.UnlockFpsTweak.IsEnabled ( )
inline

Checks if the tweak is enabled

Returns
The status of the tweak

Implements AmpHelper.Interfaces.ITweak.

◆ SetPath()

ITweak AmpHelper.Tweaks.UnlockFpsTweak.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.

◆ SetState()

bool AmpHelper.Tweaks.UnlockFpsTweak.SetState ( bool  enabled)
inline

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