GetCurrentStablePackage

From the Fallout3 GECK Wiki
Revision as of 19:46, 6 December 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the stable '''AI Package''' currently in use by the calling actor. Unlike GetCurrentPackage, this ignores any "interrupt" pac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the stable AI Package currently in use by the calling actor. Unlike GetCurrentPackage, this ignores any "interrupt" packages (combat, dialogue, etc.) running on the actor.

Syntax

[help]
(package:ref) reference.GetCurrentStablePackage

Example

set rPackage to actorRef.GetCurrentStablePackage

See Also