Difference between revisions of "GetStageDone"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki)) |
imported>Pintocat |
||
(3 intermediate revisions by 2 users 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'''== | ||
Line 8: | Line 20: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Quest Functions]] | [[Category:Quest Functions]] | ||
[[Category:Quest Functions (GECK 1.1)]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1.1)]] |
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.