SetGlobalRef
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Stores a reference-type value in a Global variable (which normally would accept only numeric values). In order to retrieve a reference from a global, GetGlobalRef must be used.
Syntax
reference.SetGlobalRef global:ref anyForm:ref
Example
ObjectRef.SetGlobalRef SomeGlobalVar
SetGlobalRef SomeGlobalVar SomeRefOrForm