Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Settings.CharacterSettings Class Reference
Inheritance diagram for ff14bot.Settings.CharacterSettings:
ff14bot.Helpers.JsonSettings< T > ff14bot.Helpers.JsonSettings

Classes

class  RecentProfile

Public Member Functions

 CharacterSettings ()
Public Member Functions inherited from ff14bot.Helpers.JsonSettings< T >
 JsonSettings ()
 JsonSettings (string settingsFilePath)
Public Member Functions inherited from ff14bot.Helpers.JsonSettings
void Save ()
void SaveAs (string file)

Public Attributes

bool AutoEquip

Properties

string LastUsedPath [get, set]
uint MountId [get, set]
bool UseMount [get, set]
float MountDistance [get, set]
List< RecentProfileRecentProfiles [get, set]
string LastNeoProfile [get, set]
List< RecentProfileRecentNeoProfiles [get, set]
ObservableCollection< string > EnabledPlugins [get, set]
string LastUsedBot [get, set]
Properties inherited from ff14bot.Helpers.JsonSettings< T >
static T Instance [get, set]
Properties inherited from ff14bot.Helpers.JsonSettings
virtual Version _revision [get]
 Override this field when you change the default values for a setting and use the UpdateDefaultValueAttribute attribute to updatethem.
static string AssemblyPath [get]
static string SettingsPath [get]
static string ItemWeightsDirectory [get]
Version Version [get, set]
string FilePath [get, set]
static string CharacterSettingsDirectory [get]

Additional Inherited Members

Static Public Member Functions inherited from ff14bot.Helpers.JsonSettings
static string GetSettingsFilePath (params string[] subPathParts)
Protected Member Functions inherited from ff14bot.Helpers.JsonSettings
 JsonSettings (string path)
void LoadFrom (string file)
void OnPropertyChanged ([CallerMemberName] string? propertyName=null)
bool SetField< T > (ref T field, T value, [CallerMemberName] string? propertyName=null)
 Call this function when updating an internal property to automatically raise the PropertyChanged event handler.
Events inherited from ff14bot.Helpers.JsonSettings
EventHandler? Reloaded
PropertyChangedEventHandler? PropertyChanged

Constructor & Destructor Documentation

◆ CharacterSettings()

ff14bot.Settings.CharacterSettings.CharacterSettings ( )

Member Data Documentation

◆ AutoEquip

bool ff14bot.Settings.CharacterSettings.AutoEquip

Property Documentation

◆ EnabledPlugins

ObservableCollection<string> ff14bot.Settings.CharacterSettings.EnabledPlugins
getset

◆ LastNeoProfile

string ff14bot.Settings.CharacterSettings.LastNeoProfile
getset

◆ LastUsedBot

string ff14bot.Settings.CharacterSettings.LastUsedBot
getset

◆ LastUsedPath

string ff14bot.Settings.CharacterSettings.LastUsedPath
getset

◆ MountDistance

float ff14bot.Settings.CharacterSettings.MountDistance
getset

◆ MountId

uint ff14bot.Settings.CharacterSettings.MountId
getset

◆ RecentNeoProfiles

List<RecentProfile> ff14bot.Settings.CharacterSettings.RecentNeoProfiles
getset

◆ RecentProfiles

List<RecentProfile> ff14bot.Settings.CharacterSettings.RecentProfiles
getset

◆ UseMount

bool ff14bot.Settings.CharacterSettings.UseMount
getset