Difference between revisions of "GetRefType"
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: | [[Category:Functions (JIP)]] | ||
[[Category: | [[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
(refType:int) reference.GetRefType
Example
set iRefType to objectRef.GetRefType