Difference between revisions of "ListGetCount"
Jump to navigation
Jump to search
imported>Omzy (new fose function) |
imported>Omzy m |
||
Line 30: | Line 30: | ||
[[Category:List Functions]] | [[Category:List Functions]] | ||
[[Category:Functions]] |
Revision as of 09:20, 3 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.