Difference between revisions of "GetRefType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns the Type Code of the calling reference (unlike GetType, which returns the type of the reference's <i>Base F...")
 
imported>Jazzisparis
 
Line 8: Line 8:
}}
}}
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Misc Reference Functions (JIP)]]

Latest revision as of 02:08, 29 March 2017

< [[::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