Difference between revisions of "Label"
Jump to navigation
Jump to search
imported>Cipscis (→External Links: Moved link to cipscis.com to new section; added link to FOSE documentation) |
imported>Geckbot (Automated import of articles) |
||
Line 1: | Line 1: | ||
'''Label''' | |||
{{Function | {{Function | ||
|origin = FOSE1 | |origin = FOSE1 | ||
|summary = | |summary = Defines a labeled position in a script which subsequent calls to Goto can use to create loops. The label must be defined before Goto is called. | ||
|name = Label | |name = Label | ||
|returnType = void | |||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = labelID | ||
|Type = int | |Type = int | ||
}} | }} | ||
}} | }} | ||
[[Category:Functions_(FOSE)]] | |||
[[Category: |
Revision as of 11:22, 27 July 2010
Label
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Defines a labeled position in a script which subsequent calls to Goto can use to create loops. The label must be defined before Goto is called.
Syntax
Label labelID:int