Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.FlyToParameters Class Reference

Represents parameters for Flightor.MoveTo(FlyToParameters). More...

Public Member Functions

 FlyToParameters ()
 FlyToParameters (Vector3 location)
override string ToString ()
 Gets a string representation of these parameters.

Properties

Vector3 Location [get, set]
 The location to move to.
float MinHeight = DefaultMinHeight [get, set]
 The minimum height to stay from the ground.
bool CheckIndoors = false [get, set]
 Gets or sets a bool that indicates whether the flightor should check if the destination is indoors or not to land.
MoveToParameters GroundNavParameters = new MoveToParameters() [get]
 The MoveToParameters to be used when Flightor falls back to ground navigation.

Detailed Description

Represents parameters for Flightor.MoveTo(FlyToParameters).

Constructor & Destructor Documentation

◆ FlyToParameters() [1/2]

ff14bot.Pathing.FlyToParameters.FlyToParameters ( )

◆ FlyToParameters() [2/2]

ff14bot.Pathing.FlyToParameters.FlyToParameters ( Vector3 location)

Member Function Documentation

◆ ToString()

override string ff14bot.Pathing.FlyToParameters.ToString ( )

Gets a string representation of these parameters.

Property Documentation

◆ CheckIndoors

bool ff14bot.Pathing.FlyToParameters.CheckIndoors = false
getset

Gets or sets a bool that indicates whether the flightor should check if the destination is indoors or not to land.

Default value: false.

◆ GroundNavParameters

MoveToParameters ff14bot.Pathing.FlyToParameters.GroundNavParameters = new MoveToParameters()
get

The MoveToParameters to be used when Flightor falls back to ground navigation.

The Location of this parameter is always overridden with FlyToParameters.Location

◆ Location

Vector3 ff14bot.Pathing.FlyToParameters.Location
getset

The location to move to.

◆ MinHeight

float ff14bot.Pathing.FlyToParameters.MinHeight = DefaultMinHeight
getset

The minimum height to stay from the ground.

Exceptions
ArgumentOutOfRangeExceptionThrown if the property is set to a value that is 0 or lower.

The default value for this property is 40.0f.