Background for Fallout 4
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

CK Wiki - Notes

The GetCurrentStageID & GetStage functions both return the highest Quest stage completed. When a Quest that allows repeated stages regresses stages, the actual lower current stage value will not be returned. Use a script counter or Global.


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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.