Difference between revisions of "GetStageDone"

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>Pintocat
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Incomplete}}
{{Function
 
|origin = GECK1
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetStageDone GetStageDone].
|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.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Quest Functions]]
[[Category:Quest Functions]]
[[Category:Quest Functions (GECK 1.0)]]
[[Category:Quest Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[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

[help]
(bool) GetStageDone questID:form questStage:int

Link to TES4 Construction Set Wiki: GetStageDone.

See Also

GetStage
SetStage