GetNormalizedMovement()


Module: Player
SP Only

Summary:

Get the player's normalized movement vector. Returns [-1,1] for X(forward) and Y(right) based on player's input.



Call this on:

The player



Example:

 movement = self GetNormalizedMovement();