GetCurrentStageID - Quest

(Redirected from Quest.GetStage (Papyrus))

Member of: Quest Script

Obtains the highest completed stage in this quest.

SyntaxEdit

int Function GetCurrentStageID() native
int Function GetStage()
  return GetCurrentStageID()
EndFunction

ParametersEdit

None.

Return ValueEdit

The highest completed stage in this quest.

ExamplesEdit

; Obtains the current stage
int mainQuestStage = MainQuestProperty.GetCurrentStageID()


; Obtains the current stage
int sideQuestStage = SideQuestProperty.GetStage()

See AlsoEdit