setMoveSpeed

fun setMoveSpeed(value: Int)

Sets the movement speed for this avatar. This move speed will be used whenever the player moves, unless a temporary move speed is utilized, which will take priority. The known values are:

| Type       | Id |
|------------|----|
| Stationary | -1 |
| Crawl | 0 |
| Walk | 1 |
| Run | 2 |

Parameters

value

the move speed value.