GetObjectiveDisplayed

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the specified objective is currently being displayed, 0 otherwise.

Syntax

[help]
(completed:bool) GetObjectiveDisplayed quest:baseform objectiveIndex:int

Example

GetObjectiveDisplayed MyQuest 10

See if objective 10 is being displayed.

Notes

  • If the objective is displayed in Pip-Boy, the function will return 1 regardless of whether the objective or the quest it belongs in has been marked as completed. If one wishes to only check against active objectives, an additional check using GetObjectiveCompleted is required.

See Also