GetRefType

Revision as of 03:08, 29 March 2017 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(refType:int) reference.GetRefType

Example

set iRefType to objectRef.GetRefType

See Also