Difference between revisions of "CompleteAllObjectives"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>Ez0n3 |
||
(One intermediate revision by one other user not shown) | |||
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]] | ||
[[Category:Functions (GECK 1. | [[Category:Functions (GECK 1.1)]] | ||
[[Category:Quest Functions]] | [[Category:Quest Functions]] | ||
[[Category:Quest Functions (GECK 1. | [[Category:Quest Functions (GECK 1.1)]] |
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