GetGlobalRef

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the value stored in the specified Global variable as a reference (rather than a float/int). A reference must previously been stored in the global, using SetGlobalRef.

Syntax

[help]
(reference) GetGlobalRef global:ref

Example

set rRef to GetGlobalRef SomeGlobalVar 

See Also