GetBaseSpellListLevSpells

From GECK
Jump to: navigation, search


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.

Syntax

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

Example

array_var Base_Spells

let Base_Spells := PlayerREF.GetBaseSpellListLevSpells

See Also