GetProcessLevel
This article has been added to the Wiki by CSbot, an automated WikiBot. If you notice anything wrong with this page, please notify DragoonWraith, this bot's operator, by adding a comment to the end of User talk:DragoonWraith. If this article seems to be correct, then you can help the Wiki by removing this message, by editing this page and deleting the {{BotAddedPage}} template from the top of it. Thank you.
A function added by the Oblivion Script Extender.
Syntax:
(processLevel:short) reference.GetProcessLevel
Returns the actor's current process level, or -1 if called on a non-actor. Process level determines how frequently the game updates an actor's AI. In general, high process actors are in the same cell as the player, while more distant actors are kept at a lower process level.
AI Process Level Codes
The following values are shorts that are used and/or returned by this function, as indicated by its Syntax. These values correspond to the listed AI process level:
0 High 1 Middle-high 2 Middle-low 3 Low