GetCurrentStablePackage

From the Fallout3 GECK Wiki
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