Difference between revisions of "CompleteAllObjectives"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
 
Line 1: Line 1:
==Description==
{{Function
 
|origin = GECK1
'''CompleteAllObjectives''' Marks all objectives for a quest as completed.
|summary = Marks all objectives for a quest as completed.
 
|name = CompleteAllObjectives
==Syntax==
|returnType = void
 
|arguments =  
CompleteAllObjectives ''QuestID''
  {{FunctionArgument
 
  |Name = QuestID
==Examples==
  |Type = ref
 
  }}
  CompleteAllObjectives MyQuest
  |example = CompleteAllObjectives MyQuest
This would mark all objectives for MyQuest as complete.
This would mark all objectives for MyQuest as complete.
}}


==Notes==
==Notes==
Line 18: Line 19:
*[[SetObjectiveCompleted]] for details of completing an objective.
*[[SetObjectiveCompleted]] for details of completing an objective.
*[[SetObjectiveDisplayed]]
*[[SetObjectiveDisplayed]]
==Reference==
None provided.
<!-- [[CompleteAllObjectives_Reference|List of functions that use CompleteAllObjectives]]  (wiki) -->


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 06:01, 15 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Marks all objectives for a quest as completed.

Syntax

[help]
CompleteAllObjectives QuestID:ref

Example

CompleteAllObjectives MyQuest

This would mark all objectives for MyQuest as complete.

Notes

  • This function is new in the GECK, and was not available in the TES4 Construction Set.

See Also