bf6-portal-mod-types
    Preparing search index...

    Function FarthestPlayerFrom

    • Returns the farthest alive player from a provided position. Note: If no players are alive when this block is called, the returned player will be invalid.

      Parameters

      • vector: Vector

        The position to find the farthest player from.

      Returns Player

      Player The farthest player.

    • Returns the farthest alive player, on a specific team, from a provided position. Note: If no players are alive when this block is called, the returned player will be invalid.

      Parameters

      • vector: Vector

        The position to find the farthest player from.

      • team: Team

        The team to filter the players by.

      Returns Player

      Player The farthest player.

    • Returns the farthest alive player from a provided position. Can be filtered using a team. Note: If no players are alive when this block is called, the returned player will be invalid.

      Parameters

      Returns Player

    • Returns the farthest alive player from a provided position. Can be filtered using a team. Note: If no players are alive when this block is called, the returned player will be invalid.

      Parameters

      Returns Player