GetLoadedTypeArray

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Similar to GetLoadedType, but returns an array (rather than a formList) fills it with every form of the given Form Type ID from all loaded plugins.

Passing a value for the 'index' parameter loads only forms from the plugin at that mod index (default: -1 for all plugins).

Syntax

[help]
(array) GetLoadedTypeArray typeID:int index:int 

Or:

(array) GLTA typeID:int index:int

See Also

GetLoadedType Form Type ID