> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-warriorslib-en/warriorslib-enums/movementtype.md).

# 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.         |
