GetLevCreatureRefs
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns an array with entries matching the contents of a specified leveled creature. Added by NVSE 4.5.
Syntax
(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)