Description
The directional input of a player, represented by a vector with horizontal input on the x component (positive to the left) and vertical input on the z component (positive upward).
Snippet
Throttle Of(Event Player);
Properties
Returns: Direction
Parameters: Player
Player
Type: Player, Default: Event Player
The player whose directional input to acquire.