Difference between revisions of "CompleteQuest"

From the Fallout3 GECK Wiki
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:
'''Syntax:'''
{{Function
  CompleteQuest ''QuestID''
  |CSWikiPage = CompleteQuest
'''Example:'''
|origin = GECK1
  CompleteQuest MS12
  |summary = Marks the quest as complete. The only real effect of this is that the quest is will be dimmed and moved below all active quests in the GECK, and will no longer be selectable as an active quest.
 
|name = CompleteQuest
Marks the quest as complete. The only real effect of this is that the quest is will be dimmed and moved below all active quests in the GECK, and will no longer be selectable as an active quest.  
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = QuestID
  |Type = ref
  }}
|example = CompleteQuest MS12
}}


==See Also==  
==See Also==  
*[[StartQuest]]
*[[StartQuest]]
*[[StopQuest]]  
*[[StopQuest]]  
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/CompleteQuest CompleteQuest]


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


<!-- Begin Search Terms
<!-- Begin Search Terms

Latest revision as of 07:03, 15 January 2011

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

Link to TES4 Construction Set Wiki: CompleteQuest.

A function included in the GECK version 1.1.0.36.

Description

Marks the quest as complete. The only real effect of this is that the quest is will be dimmed and moved below all active quests in the GECK, and will no longer be selectable as an active quest.

Syntax

[help]
CompleteQuest QuestID:ref

Example

CompleteQuest MS12

See Also