Difference between revisions of "Label"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Cipscis
(Added note about available label IDs, and link to Goto)
Line 10: Line 10:
   }}
   }}
}}
}}
==Notes==
*There are 256 available slots for Labels, enabling IDs from 0 to 255 inclusively. Values outside of this range will not work.
==See Also==
*[[Goto]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Revision as of 16:36, 30 March 2011

< [[::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

[help]
Label labelID:int

Notes

  • There are 256 available slots for Labels, enabling IDs from 0 to 255 inclusively. Values outside of this range will not work.

See Also