Background for Skyrim SE
Member of the Quest script
intfunctionGetStage()

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.