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()