Background for Skyrim SE
Member of the Quest script
intfunctionGetCurrentStageID()Native

Description

Wiki Description

Obtains the highest completed stage in this quest.

Documentation Comment

Obtains the id of 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.GetCurrentStageID()

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.