Click or drag to resize

GameSettingsManager Class

Class that handles getting and setting of in-game settings.
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersGameSettingsManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class GameSettingsManager

The GameSettingsManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFaceTargetOnAction
Gets and sets the status of the "Automatically face target when using action." setting in Character Config->Target->Target Settings
Public propertyStatic memberFlightMode
Gets and sets the status of the "Flying Mount Takeoff" setting in Character Config->Control True = Manual Mode False = Auto
Public propertyStatic memberFreelancer
Gets and sets the status of the "Frontline Freelancer" setting in Duty Finder->Settings cogwheel
Public propertyStatic memberJoinInProgress
Gets and sets the status of the "Join Party in Progress" setting in Duty Finder->Settings cogwheel
Public propertyStatic memberJoinWithMinIlvl
Gets and sets the status of the "Minimum IL" setting in Duty Finder->Settings cogwheel
Public propertyStatic memberJoinWithUndersizedParty
Gets and sets the status of the "Undersized Party" setting in Duty Finder->Settings cogwheel
Top
See Also