ListClear

From the Fallout3 GECK Wiki
Revision as of 12: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 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Removes all entries from the specified form list.

Syntax

[help]
(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