Difference between revisions of "GetStageDone"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Pintocat |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|origin = GECK1 | |||
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com | |summary = Returns 1 if the specified stage has been completed, 0 otherwise. | ||
|name = GetStageDone | |||
|returnType = bool | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = questID | |||
|Type = form | |||
}}{{FunctionArgument | |||
|Name = questStage | |||
|Type = int | |||
}} | |||
}} | |||
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/index.php?title=GetStageDone GetStageDone]. | |||
=='''See Also'''== | =='''See Also'''== |
Latest revision as of 03:33, 20 January 2017
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns 1 if the specified stage has been completed, 0 otherwise.
Syntax
(bool) GetStageDone questID:form questStage:int
Link to TES4 Construction Set Wiki: GetStageDone.