Difference between revisions of "ListGetCount"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions \(GECK 1.0\)\]\] +Category:\1Functions (FOSE))) |
||
Line 30: | Line 30: | ||
[[Category:List Functions]] | [[Category:List Functions]] | ||
[[Category:List Functions ( | [[Category:List Functions (FOSE)]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions ( | [[Category:Functions (FOSE)]] |
Revision as of 20:53, 12 August 2009
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Returns the size (number of forms) of a FormList.
Syntax
(size:int) ListGetCount FormListID:ref
Example
ListGetCount myFormList
Notes
- Useful when you need to loop through a FormList. See Scripting Tutorial: Working with FormLists.