Description
The player farthest from a position, optionally restricted by team.
Snippet
Farthest Player From(Vector(0, 0, 0), Team(Team 1));
Properties
Returns: Player
Parameters: Center, Team
Center
Type: Position, Default: Vector
The position from which to measure distance.Team
Type: Team, Default: Team
The team or teams from which the farthest player will come.