GetCurrentStablePackage

From GECK
Jump to: navigation, search


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