Jump to content
  • Move Action Turn Right / Left


    Runaro
    • Version: All Product: WRobot General Type: Suggestion Status: Not a Bug

    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) 

     



    User Feedback

    Recommended Comments

    Runaro

    Posted

    I'm an idiot..

    It does already exist..

    ObjectManager.Me.Rotation

    Runaro

    Posted

    But still, this only works for your character itself and not while remote controlling a vehicle.

    So PressKey for a turn move would be still a nice function, since it could get used also for remote vehicle controlling.



    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...