GetRefType

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the Type Code of the calling reference (unlike GetType, which returns the type of the reference's Base Form).

Syntax

[help]
(refType:int) reference.GetRefType

Example

set iRefType to objectRef.GetRefType 

See Also