GetBasePackages

From GECK
Jump to: navigation, search


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.

Syntax

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

Example

array_var Sunny_Packages

let Sunny_Packages := SunnyREF.GetBasePackages

See Also