- Found in:
- Vanilla
Description
Wiki Description
This is a convenient way to tell an actor in an alias to reevaluate his package stack without calling ReferenceAlias.GetActorReference() on it. It's mostly useful in cases where you have lots of aliases that may or may not be filled and you want to call Actor.EvaluatePackage(...) on them without having to test for an actor being present first.
Documentation Comment
Convenience function - jduvall
Caveats
Examples
; Attempt to tell the guard to re-evaluate his packages
GuardAlias.TryToEvaluatePackage()Auto-Generated Example
bool returnedValue = myReferenceAlias__toCallFunctionOn.TryToEvaluatePackage()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
