ListClear

From GECK
Jump to: navigation, search


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

See Also