Description
The current speed of a player in a specific direction in meters per second.
Snippet
Speed Of In Direction(Event Player, Vector(0, 0, 0));
Properties
Returns: Float
Parameters: Player, Direction
Player
Type: Player, Default: Event Player
The player whose speed to acquire.Direction
Type: Direction, Default: Vector
The direction of travel in which to measure the player's speed.