GetBaseSpellListLevSpells

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 an array containing all leveled spells attached to the base form of the specified actor or calling reference. Note that leveled spells may be unused in vanilla Fallout New Vegas. Added by NVSE 4.5.

Syntax

[help]
(array) actor.GetBaseSpellListLevSpells Target:actor

Example

array_var Base_Spells

let Base_Spells := PlayerREF.GetBaseSpellListLevSpells

See Also