GetLevCreatureRefs

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns an array with entries matching the contents of a specified LeveledCreature.

Syntax

[help]
(array) GetLevCreatureRefs Source:LeveledCreature 

Example

array_var Gecko_Encounters

let Gecko_Encounters := GetLevCreatureRefs EncWastelandNVGecko

Ar_Dump Gecko_Encounters would print:

** Dumping Array #21 **
Refs: 1 Owner 0B: nvse-test.esp
[ 0.000000 ] : Gecko (0010CD73)
[ 1.000000 ] : Golden Gecko (00118D61)
[ 2.000000 ] : Fire Gecko (00113246)

See Also