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

    Function AIValidatedMoveToBehavior

    • Sets a player to move to a valid position on navmesh near a location. 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 valid position on navmesh near a location. (Only works for AI players)

      Parameters

      Returns void