Property | Type | Description | |
---|---|---|---|
completedQuests | Quest>.Dictionary | ||
lockedQuests | Quest>.Dictionary | ||
unlockedQuests | Quest>.Dictionary |
Method | Description | |
---|---|---|
GetCompletedQuests ( ) : Quest[], | ||
GetCompletedQuestsNames ( ) : string[] | ||
GetLockedQuests ( ) : Quest[], | ||
GetUnlockedQuests ( ) : Quest[], | ||
GetUnlockedQuestsNames ( ) : string[] | ||
GetViewableQuests ( ) : Quest[], | ||
ModifyQuestList ( Quest>.Dictionary |
||
OnAwake ( ) : void | ||
OnDestroy ( ) : void |
Method | Description | |
---|---|---|
AddLockedQuest ( Quest, quest ) : void | ||
AddUnlockedQuest ( Quest, quest ) : void | ||
DestroyAllCompletedQuest ( ) : void | ||
OnQuestComplete ( string name ) : void | ||
OnQuestsComplete ( string names ) : void | ||
OnUnlockQuest ( string name ) : void | ||
OnUnlockQuests ( string names ) : void | ||
QuestManager ( ) : UnityEngine |
protected AddLockedQuest ( Quest, quest ) : void | ||
quest | Quest, | |
return | void |
protected AddUnlockedQuest ( Quest, quest ) : void | ||
quest | Quest, | |
return | void |
protected DestroyAllCompletedQuest ( ) : void | ||
return | void |
public GetCompletedQuestsNames ( ) : string[] | ||
return | string[] |
public ModifyQuestList ( Quest>.Dictionary |
||
locked | Quest>.Dictionary | |
unlocked | Quest>.Dictionary | |
completed | Quest>.Dictionary | |
return | void |
protected OnQuestComplete ( string name ) : void | ||
name | string | |
return | void |
protected OnQuestsComplete ( string names ) : void | ||
names | string | |
return | void |
protected OnUnlockQuest ( string name ) : void | ||
name | string | |
return | void |
protected OnUnlockQuests ( string names ) : void | ||
names | string | |
return | void |