Description
Wiki Description
Obtains the highest completed stage in this quest.
Documentation Comment
Alias for GetCurrentStage - obtains the highest completed stage on this quest
Caveats
Examples
; Obtains the current stage
int mainQuestStage = MainQuestProperty.GetCurrentStageID(); Obtains the current stage
int sideQuestStage = SideQuestProperty.GetStage()Auto-Generated Example
int returnedValue = myQuest__toCallFunctionOn.GetStage()Related Pages
- Quest
- Quest.IsStageDone(...)
- Quest.SetCurrentStageID(...)
