Difference between revisions of "GetObjectiveDisplayed"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=='''Description'''==
=='''Description'''==


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


=='''Syntax'''==
=='''Syntax'''==
Line 13: Line 13:


=='''Notes'''==
=='''Notes'''==
*None at this time
* 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'''==
Line 24: Line 23:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]
[[Category:Quest Functions]]
[[Category:Quest Functions]]
[[Category:Quest Functions (GECK 1.1)]]

Latest revision as of 13:30, 15 August 2009

Description[edit | edit source]

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

Syntax[edit | edit source]

GetObjectiveDisplayed QuestID, Index

Examples[edit | edit source]

GetObjectiveDisplayed MyQuest 10

See if objective 10 is being displayed.

Notes[edit | edit source]

  • 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[edit | edit source]

SetObjectiveDisplayed

Reference[edit | edit source]

None provided.