GetBasePackages

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns an array containing all packages attached to the base form of the specified actor or calling reference. Added by NVSE 4.5.

Syntax

(array) actor.GetBasePackages Target:actor

Example

array_var Sunny_Packages

let Sunny_Packages := SunnyREF.GetBasePackages

See Also