Difference between revisions of "GetObjectiveDisplayed"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Henning
Line 1: Line 1:
=='''Description'''==
=='''Description'''==


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


=='''Syntax'''==
=='''Syntax'''==

Revision as of 00:25, 20 January 2009

Description

GetObjectiveDisplayed10 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

  • None at this time


See Also

SetObjectiveDisplayed

Reference

None provided.