Difference between revisions of "GetObjectiveDisplayed"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
imported>Henning
Line 13: Line 13:


=='''Notes'''==
=='''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 or not. If one wishes to only check against active objectives, and additional check using [[GetObjectiveCompleted]] is required.
* 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'''==
=='''See Also'''==

Revision as of 11:32, 17 May 2009

Description

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

Syntax

GetObjectiveDisplayed QuestID, Index

Examples

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

SetObjectiveDisplayed

Reference

None provided.