For the complete documentation index, see llms.txt. This page is also available as Markdown.

rotationManager.setPriority

setPriority(priority): void

Set this script’s rotation priority. Higher runs earlier.

Parameters

priority

number

Integer priority value.

Returns

void

Example

rotationManager.setPriority(8);

Last updated