Description
Wiki Description
Gets the Package this actor is currently running.
Documentation Comment
Gets this actor's current AI package
Caveats
Examples
; Is Alice currently patrolling?
if (Alice.GetCurrentPackage() == PatrolProperty)
Debug.Trace("Alice is patrolling")
endIfAuto-Generated Example
Package returnedValue = myActor__toCallFunctionOn.GetCurrentPackage()Related Pages
- Actor
- Actor.EvaluatePackage(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
