GetLoadedType
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the Lutana NVSE plugin.
Description
Empties a form list and then fills it with every form of the given Form Type ID from all loaded plugins.
Optional Index parameter: Passing a value for the 'index' parameter loads only forms from the plugin at that mod index (default: -1 for all plugins).
Optional NoClear parameter: Passing a 1 for the 'noclear' parameter prevents the function from emptying the list before adding forms to it.
Syntax
GetLoadedType outlist:formList typeID:int index:int noClear:bool
Or:
GLT outlist:formList typeID:int index:int noClear:bool