SetActorsAI

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

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.

Syntax[edit | edit source]

[ActorREF.]SetActorsAI intvalue 

Examples[edit | edit source]

BuddyRef.SetActorsAI 0

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

Notes[edit | edit source]

  • None at this time


See Also[edit | edit source]

Reference[edit | edit source]

None provided.