Difference between revisions of "EvaluatePackage"

99 bytes added ,  09:01, 15 January 2011
no edit summary
imported>Illyism
(added "See Also")
imported>Ez0n3
 
(2 intermediate revisions by one other user not shown)
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]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]
[[Category:AI Functions]]
[[Category:AI Functions]]
[[Category:AI Functions (GECK 1.1)]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]
[[Category:Actor Functions (GECK 1.1)]]
Anonymous user