Difference between revisions of "GetQuestCompleted"
Jump to navigation
Jump to search
m
Updated to function template
imported>Yukichigai |
imported>Gribbleshnibit8 m (Updated to function template) |
||
Line 1: | Line 1: | ||
== | {{Function | ||
|origin = GECK1 | |||
Returns 1 if the quest is completed, otherwise 0. | |summary = Returns 1 if the quest is completed, otherwise 0. | ||
|name = GetQuestCompleted | |||
== | |alias = GetQC | ||
|returnType = int | |||
GetQuestCompleted | |returnVal = IsCompleted | ||
|arguments = | |||
{{FunctionArgument | |||
|Name = QuestID | |||
|Type = ref | |||
|Optional = true | |||
}} | |||
|example = GetQuestCompleted QuestName | |||
}} | |||
=='''Notes'''== | =='''Notes'''== |