GetLocalRefIndex

From the Fallout3 GECK Wiki
Revision as of 15:11, 21 August 2014 by imported>Odessa (created. source my testing in GECK)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns as an int, the local index (form ID without mod index prefix) for the calling reference or passed object. Added by NVSE 2.1.

Syntax

[help]
(int) reference.GetLocalRefIndex Target:object

Example

int iIndex

set iIndex to SunnyREF.GetLocalRefIndex

See Also