Difference between revisions of "EvaluatePackage"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>Ez0n3 |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
==''' | {{Function | ||
|CSWikiPage = EvaluatePackage | |||
|origin = GECK1 | |||
|summary = '''EvaluatePackage''' or "evp" forces the actor to reevaluate its package list. | |||
|name = EvaluatePackage | |||
|alias = evp | |||
|returnType = void | |||
|referenceType = [ActorRefID] | |||
|example = BuffyRef.EvaluatePackage | |||
BuffyRef.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. | *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. | *[[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== | ==See Also== | ||
* [[How Are Packages Evaluated]] | *[[How Are Packages Evaluated]] | ||
*[[ResetAI]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1. | [[Category:Functions (GECK 1.1)]] | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1. | [[Category:Condition Functions (GECK 1.1)]] | ||
[[Category:AI Functions]] | [[Category:AI Functions]] | ||
[[Category:AI Functions (GECK 1. | [[Category:AI Functions (GECK 1.1)]] | ||
[[Category:Actor Functions]] | [[Category:Actor Functions]] | ||
[[Category:Actor Functions (GECK 1. | [[Category:Actor Functions (GECK 1.1)]] |
Latest revision as of 08:01, 15 January 2011
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: EvaluatePackage.
A function included in the GECK version 1.1.0.36.
Description
EvaluatePackage or "evp" forces the actor to reevaluate its package list.
Syntax
[ActorRefID].EvaluatePackage
Or:
[ActorRefID].evp
Example
BuffyRef.EvaluatePackage
BuffyRef.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.