GameQuest
// View GameQuest.cs for all the methods (There are more!!)
// Get the IHaveQuests owner of this
public IHaveQuests Owner
// Get the "Quest" Scriptable Object
public Quest Parent()
// Get the in-game unique GameId of this
public virtual string GameId(bool forceNew = false)
// Get the name and type of this
public string ObjectName()
public string ObjectType()
// Get the QuestStepStatus status
public QuestStep.QuestStepStatus statusCreating a GameQuest
Get List<QuestStep>
List<QuestStep>Custom Rewards
Quest Expiration
Force Quest Completion
Other methods
Last updated