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

Movementtype

WarriorsLib.MOVE_FORWARDS

move units as you would do via right click

WarriorsLib.MOVE_PATROL

send units on a patrol between their starting point and the point given

WarriorsLib.MOVE_ACCUMULATE

Create paths for units to move (MOVE_FORWARD queue, basically)

WarriorsLib.MOVE_WATCH

move units as you would do via ALT + right click

WarriorsLib.MOVE_STOP

Stop a group of units, x,y passed to this action do not matter.

Last updated