GetListForms

From the Fallout3 GECK Wiki
Revision as of 13:13, 13 September 2014 by imported>Odessa (created)
(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

Returns an array with entries matching the specified form list. Added by NVSE 4.5.

Syntax

[help]
(array) GetListForms ToMatch:formlist

Example

array_var Ammo_Forms

let Ammo_Forms := GetListForms AmmoList357Magnum

See Also