Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.Wrappers.QuestMachineConfiguration Class Reference

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.QuestMachine.Wrappers.QuestMachineConfiguration:
Collaboration diagram for PixelCrushers.QuestMachine.Wrappers.QuestMachineConfiguration:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.QuestMachine.QuestMachineConfiguration
void RegisterQuestDatabases ()
 
- Static Public Attributes inherited from PixelCrushers.QuestMachine.QuestMachineConfiguration
static bool isQuitting = false
 
- Properties inherited from PixelCrushers.QuestMachine.QuestMachineConfiguration
List< QuestDatabasequestDatabases [get, set]
 Quest database to load into memory.
 
IQuestDialogueUI questDialogueUI [get, set]
 Default quest dialogue UI.
 
IQuestJournalUI questJournalUI [get, set]
 Default quest journal UI.
 
IQuestAlertUI questAlertUI [get, set]
 Default quest alert UI.
 
IQuestHUD questHUD [get, set]
 Default quest HUD.
 
bool hideDialogueUIOnStart [get, set]
 Make sure dialogue UI is hidden on start.
 
bool hideJournalUIOnStart [get, set]
 Make sure journal UI is hidden on start.
 
bool untrackCompletedQuests [get, set]
 Set 'Show In Track HUD' false when quest is completed.
 
CompletedQuestGlobalDialogueMode completedQuestDialogueMode [get, set]
 What to show in dialogue when quest givers only have completed quests.
 
bool prettyPrintJson [get, set]
 When serializing to JSON, format for readability (uses more whitespace) over minimum size.
 
bool allowOnlyOneInstance [get, set]
 Only allow one instance at a time.
 
QuestGeneratorSettings generatorSettings [get, set]
 Quest generation performance settings.
 
QuestMachineConfigurationDebugSettings debugSettings [get, set]
 Debug settings.
 
static QuestMachineConfiguration instance [get]
 The current primary instance.
 
- Events inherited from PixelCrushers.QuestMachine.QuestMachineConfiguration
System.Action quitting = delegate { }
 

Detailed Description

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class.


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