SetGlobalRef

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
reference.SetGlobalRef global:ref anyForm:ref

Example

ObjectRef.SetGlobalRef SomeGlobalVar
SetGlobalRef SomeGlobalVar SomeRefOrForm 

See Also