GetCurrentPackage

From the Fallout3 GECK Wiki
Revision as of 14:23, 13 August 2015 by imported>Hemingway (Created page with "{{Function |origin = NVSE |summary = Returns the current package of the calling or specified actor. |name = GetCurrentPackage |referenceType = Actor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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