Background for Fallout 4
Member of the Actor script
voidfunctionEvaluatePackage(boolabResetAI=false)Native

Description

Wiki Description

Forces this actor's AI to re-evaluate its package stack.

Documentation Comment

Forces the AI to re-evaluate its package stack


Caveats


Parameters

boolabResetAI=false

CK Wiki Description

If true, it will reset the actors AI not just evaluate package

  • Default:False

Examples

; Tell Bob to re-evaluate his package stack
Bob.EvaluatePackage()

Auto-Generated Example

bool myBool__abResetAI

myActor__toCallFunctionOn.EvaluatePackage(myBool__abResetAI)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.