Difference between revisions of "CompleteAllObjectives"
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: | ||
== | {{Function | ||
|origin = GECK1 | |||
|summary = Marks all objectives for a quest as completed. | |||
|name = CompleteAllObjectives | |||
= | |returnType = void | ||
|arguments = | |||
{{FunctionArgument | |||
|Name = QuestID | |||
|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]] | ||
[[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
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
- SetObjectiveCompleted for details of completing an objective.
- SetObjectiveDisplayed