GetIsCurrentPackage

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the actor is currently running the specified package, 0 otherwise.

Syntax

[help]
(boolean) actorRef.GetIsCurrentPackage AIPackage:form

Example

ActorRef.GetIsCurrentPackage AnvilGuardPatrolDay8x7 

See Also