playMaker

Author Topic: Disable one Input axis negative button  (Read 1026 times)

Jack

  • Playmaker Newbie
  • *
  • Posts: 1
Disable one Input axis negative button
« on: February 03, 2016, 01:03:50 PM »
Hi everyone.

At some point of the game I would like to disable player going backwards.

Is there a way to enable or disable one input axis negative button with an action?

At the moment I'm using the following actions to move:
- GetAxisVector(who stores the movement in a variable)
- ControllerSimpleMove

Thank you very much in advance.