GetCurrentPackage

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 the current package of the calling or specified actor.

Syntax

[help]
(package) Actor.GetCurrentPackage Target:actorREF

Example

ref current_package

let current_package := SunnyREF.GetCurrentPackage

See Also