GetCurrentStageID - Quest
(Redirected from GetStage - Quest)
Jump to navigation
Jump to search
Member of: Quest Script
Obtains the highest completed stage in this quest.
Syntax[edit | edit source]
int Function GetCurrentStageID() native
int Function GetStage()
return GetCurrentStageID()
EndFunction
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The highest completed stage in this quest.
Examples[edit | edit source]
; Obtains the current stage
int mainQuestStage = MainQuestProperty.GetCurrentStageID()
; Obtains the current stage
int sideQuestStage = SideQuestProperty.GetStage()