Difference between revisions of "EvaluatePackage"
Jump to navigation
Jump to search
Documenting actor functions ... also, evp doesn't have an argument, AFAIK
imported>Maturin |
imported>Khadir (Documenting actor functions ... also, evp doesn't have an argument, AFAIK) |
||
Line 1: | Line 1: | ||
{{ActorFunction}} | |||
'''Syntax:''' | '''Syntax:''' | ||
[''ActorID''.]EvaluatePackage | |||
[''ActorID''.]evp | |||
Call this function on a specific Actor, to force the actor to reevaluate which package they should be running immediately. If a script has changed a condition and needs an actor to respond immediately, this function can be called on the actor. | Call this function on a specific Actor, to force the actor to reevaluate which package they should be running immediately. If a script has changed a condition and needs an actor to respond immediately, this function can be called on the actor. |