ListClear
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Removes all entries from the specified form list.
Syntax
(None) ListClear ToClear:FormList
Example
ListClear SomeFormList if ListGetCount SomeFormList == 0 ; It worked endif
See Also
- ListGetCount
- ListGetNthForm
- ListAddForm
- Array Variables (an alternative to using form lists)