Difference between revisions of "EvaluatePackage"

56 bytes removed ,  09:01, 15 January 2011
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
 
Line 1: Line 1:
=='''Description'''==
{{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


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


=='''Syntax'''==
==Notes==
 
[''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.
*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.
<!--
=='''Examples'''==
=='''See Also'''==
[[ResetAI]]
=='''Reference'''==
None provided.
<!-- [[EvaluatePackage_Reference|List of functions that use EvaluatePackage]]  (wiki) -->


==See Also==
==See Also==
* [[How Are Packages Evaluated]]
*[[How Are Packages Evaluated]]
*[[ResetAI]]


[[Category:Functions]]
[[Category:Functions]]
Anonymous user