ListClear
Revision as of 11:31, 28 June 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Removes all entries from the specified form list. |name = ListClear |returnType = None |arguments = {{FunctionArgument |Name =...")
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Removes all entries from the specified form list.
Syntax
(None) ListClear ToClear:FormList
Example
ListClear SomeFormList if ListGetCount SomeFormList == 0 ; It worked endif
Notes
- Although officially added by NVSE V1.1, this function was formerly broken and did nothing. It was fixed in V4.
See Also
- ListGetCount
- ListGetNthForm
- ListAddForm
- Array Variables (an alternative to using form lists)