GetLocalRefIndex

From the Fallout3 GECK Wiki
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