SetActorsAI

DescriptionEdit

SetActorsAI turns on and off the processing of an actor in the world. It is called on a reference and takes one parameter an integer. If the integer is 0, it turns off the processing and any other integer will turn it on. Scripts will still run on them but they will not process packages, detection, havok or animation.

SyntaxEdit

[ActorREF.]SetActorsAI intvalue 

ExamplesEdit

BuddyRef.SetActorsAI 0

Buddy will no longer process schedules, detection, havok or animation.

NotesEdit

  • None at this time


See AlsoEdit

ReferenceEdit

None provided.