A new movement function would be great, to turn the facing direction of a character. ( PressKey would be the best, since it could get used also for remote vehicle controlling )
Currently i use lua for this task, but i would prefer a inbuild function.
Lua:
TurnRightStart() TurnRightStop() TurnLeftStart() TurnLefttStop()
How the new function could look like,
wManager.Wow.Helpers.Move.TurnRight(Move.MoveAction.PressKey, 300) wManager.Wow.Helpers.Move.TurnLeft(Move.MoveAction.PressKey, 300)
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now