GetFormMods

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns an array containing the filenames of all plugins that contain or override the given form.

Syntax

[help]
(array) GetFormMods form:form

Example

array_var arForms
let arForms := GetFormMods Scotch
ar_Dump arForms
** Dumping Array #1 **
Refs: 1 Owner FF: 
[ 0.000000 ] : FalloutNV.esm
[ 1.000000 ] : DeadMoney.esm
[ 2.000000 ] : TaleofTwoWastelands.esm

See Also