GetRefType

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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