Difference between revisions of "GetQuestCompleted"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Gribbleshnibit8 m (Updated to function template) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Function | |||
|origin = GECK1 | |||
|summary = Returns 1 if the quest is completed, otherwise 0. | |||
|name = GetQuestCompleted | |||
|alias = GetQC | |||
|returnType = int | |||
|returnVal = IsCompleted | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = QuestID | |||
|Type = ref | |||
|Optional = true | |||
}} | |||
|example = GetQuestCompleted QuestName | |||
}} | |||
=='''Notes'''== | |||
* This function does not require the quest to be running, and will return the correct value if the quest has been halted using [[StopQuest]] or similar. | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Quest Functions]] | [[Category:Quest Functions]] | ||
[[Category:Quest Functions (GECK 1.1)]] |
Latest revision as of 13:57, 26 November 2014
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns 1 if the quest is completed, otherwise 0.
Syntax
(IsCompleted:int) GetQuestCompleted QuestID:ref
Or:
(IsCompleted:int) GetQC QuestID:ref
Example
GetQuestCompleted QuestName
Notes
- This function does not require the quest to be running, and will return the correct value if the quest has been halted using StopQuest or similar.