GetFormRefs

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 of loaded refs for a given base form. "Loaded" in this case means that they must be found in a loaded cell/worldspace.

Syntax

[help]
(array) GetFormRefs base:form

Example

array_var arrRefs
let arrRefs := GetFormRefs TinCan01

See Also