ListToArray

From the Fallout3 GECK Wiki
Revision as of 16:39, 19 December 2016 by imported>Pintocat (Created page with "{{Function |origin = LU |summary = Converts a form list into an array_var with elements at matching indexes. (deprecated by GetListForms in NVSE 4.5.7) |na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Converts a form list into an array_var with elements at matching indexes. (deprecated by GetListForms in NVSE 4.5.7)

Syntax

[help]
(array) ListToArray inputlist:formlist

See Also

GetListForms