Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.Wrappers.QuestControl 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.QuestControl:
Collaboration diagram for PixelCrushers.QuestMachine.Wrappers.QuestControl:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.QuestMachine.QuestControl
void SetQuestState (QuestState state)
 Sets the quest to a state.
 
void SetQuestNodeState (QuestNodeState state)
 Sets the quest node to a state.
 
void SetQuestCounter (int value)
 Sets a quest counter value.
 
void IncrementQuestCounter (int value)
 Increments a quest counter value.
 
void SendToMessageSystem (string message)
 Sends a message to the Message System.
 
void ShowAlert (string text)
 Shows an alert.
 
void TryConditionalEvent ()
 Checks the conditions of the assigned conditional event.
 
bool IsConditionMet ()
 Checks if the condition event's conditions are met.
 
- Properties inherited from PixelCrushers.QuestMachine.QuestControl
StringField questID [get, set]
 
StringField questNodeID [get, set]
 
StringField counterName [get, set]
 
ConditionalEvent conditionalEvent [get, set]
 

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: