GetCurrentPackage

< [[::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

(package) Actor.GetCurrentPackage Target:actorREF

Example

ref current_package

let current_package := SunnyREF.GetCurrentPackage

See Also