GetBasePackages

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 packages attached to the base form of the specified actor or calling reference. Added by NVSE 4.5.

Syntax

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

Example

array_var Sunny_Packages

let Sunny_Packages := SunnyREF.GetBasePackages

See Also