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

    Function AISetFocusPoint

    • Sets a player's focus point, possibly asking it to fire at it. This only works for AI players and wil likely error and end the execution frame if used on a human player.

      Parameters

      • player: Player

        The player to set the focus point for.

      • point: Vector

        The point to set the focus point to.

      • isTarget: boolean

        Whether the point is a target.

      Returns void

    • Sets a player's focus point, possibly asking it to fire at it. (Only works for AI players)

      Parameters

      Returns void