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

    Function AILOSMoveToBehavior

    • Sets a player to move to a location with a line of sight to a specific position. 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 behavior for.

      • position: Vector

        The position to move to.

      Returns void

    • Sets a player to move to a location with a line of sight to a specific position. (Only works for AI players)

      Parameters

      Returns void