Difference between revisions of "EvaluatePackage"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Illyism
(added "See Also")
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 27: Line 27:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:AI Functions]]
[[Category:AI Functions]]
[[Category:AI Functions (GECK 1.0)]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]
[[Category:Actor Functions (GECK 1.0)]]

Revision as of 11:32, 12 August 2009

Description

EvaluatePackage or "evp" forces the actor to reevaluate its package list.

Syntax

[ActorREF.]EvaluatePackage
[ActorREF.]evp

Notes

  • If the actor is on a package flagged as must complete or must reach location, EVP will still drop that package and force a reevaluation of the package list.
  • EvaluatePackage will not modify any other AI behavior (combat, pathing). If you want to reset all AI on an actor, use the ResetAI command.


See Also