EvaluatePackage - Actor

From the CreationKit Wiki
Revision as of 10:44, 8 October 2012 by imported>Perdev (Undo revision 34335 by Perdev (talk))
Jump to navigation Jump to search

Member of: Actor Script

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

Syntax

Function EvaluatePackage() native

Parameters

None.

Return Value

None.

Examples

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

See Also