Property | Type | Description | |
---|---|---|---|
CharacterName | string | ||
CharacterXMLExists | bool | ||
CommonXMLExists | bool | ||
DefaultSettingsLoaded | bool | ||
EVEMemoryManager | bool | ||
FactionXMLExists | bool | ||
Instance | |||
LoginCharacter | string | ||
LoginUsername | string | ||
MemoryManagerTrimThreshold | long | ||
NoOfBookmarksDeletedAtOnce | int | ||
NumberOfModulesToActivateInCycle | int | ||
NumberOfTriesToDeleteBookmarks | int | ||
Path | string | ||
PocketStatsUseIndividualFilesPerPocket | bool | ||
QuestorManagerExists | bool | ||
QuestorSettingsExists | bool | ||
QuestorStatisticsExists | bool | ||
SchedulesXMLExists | bool | ||
SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE | int | ||
SettingsInstances | int |
Method | Description | |
---|---|---|
LoadSettings ( ) : void | ||
RandomNumber ( int min, int max ) : int | ||
ReadSettingsFromXML ( XElement CharacterSettingsXml ) : void | ||
Settings ( ) : System |
Method | Description | |
---|---|---|
LoadFactionBlacklist ( System.Xml.Linq.XElement CharacterSettingsXml, System.Xml.Linq.XElement CommonSettingsXml ) : void | ||
LoadMissionBlackList ( System.Xml.Linq.XElement CharacterSettingsXml, System.Xml.Linq.XElement CommonSettingsXml ) : void | ||
LoadMissionGreyList ( System.Xml.Linq.XElement CharacterSettingsXml, System.Xml.Linq.XElement CommonSettingsXml ) : void |
public RandomNumber ( int min, int max ) : int | ||
min | int | |
max | int | |
return | int |
public ReadSettingsFromXML ( XElement CharacterSettingsXml ) : void | ||
CharacterSettingsXml | XElement | |
return | void |
public static Settings,Questor.Modules.Lookup Instance | ||
return |
public int NumberOfModulesToActivateInCycle | ||
return | int |
public int NumberOfTriesToDeleteBookmarks | ||
return | int |
public bool PocketStatsUseIndividualFilesPerPocket | ||
return | bool |
public int SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE | ||
return | int |