Difference between revisions of "GetLoadedTypeArray"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Similar to GetLoadedType, but returns an array (rather than a formList) fills it with every form of the given Form_Type_IDs|Form Type ID...")
 
imported>Pintocat
 
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Similar to GetLoadedType, but returns an array (rather than a formList) fills it with every form of the given [[Form_Type_IDs|Form Type ID]] from all loaded plugins.
  |summary = Similar to GetLoadedType, but returns an [[Array_Variables|array]] (rather than a formList) fills it with every form of the given [[Form_Type_IDs|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).
Passing a value for the 'index' parameter loads only forms from the plugin at that mod index (default: -1 for all plugins).

Latest revision as of 13:39, 21 December 2016

< [[::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