GetLoadedTypeArray
(Redirected from GLTA)
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
(array) GetLoadedTypeArray typeID:int index:int
Or:
(array) GLTA typeID:int index:int