GetLocalRefIndex

From GECK
Jump to: navigation, search


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.

Syntax

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

Example

int iIndex

set iIndex to SunnyREF.GetLocalRefIndex

See Also