playMaker

Author Topic: [Solved]Get Axis Vector's magnitude  (Read 1137 times)

Dr.Ex

  • Playmaker Newbie
  • *
  • Posts: 1
[Solved]Get Axis Vector's magnitude
« on: December 06, 2016, 08:37:54 AM »
Hi
I've got character controller fully done in playmaker.In that controller someone used Get Axis Vector and store magnitude in variable.Now I decided to use my virtual joystick and had to get rid of Get Axis Vector as it takes parameters from input manager.
Is there any option in playmaker to recalculate it to get that magnitude?
Or can someone provide me with code on how to calculate magnitude relative to camera so I can simply write script and pull it with GetProperty?
Thanks in advance.
      Simon
« Last Edit: December 08, 2016, 06:54:49 AM by Dr.Ex »