Represents parameters for Flightor.MoveTo(FlyToParameters).
More...
◆ FlyToParameters() [1/2]
ff14bot.Pathing.FlyToParameters.FlyToParameters |
( |
| ) |
|
◆ FlyToParameters() [2/2]
ff14bot.Pathing.FlyToParameters.FlyToParameters |
( |
Vector3 | location | ) |
|
◆ ToString()
override string ff14bot.Pathing.FlyToParameters.ToString |
( |
| ) |
|
Gets a string representation of these parameters.
◆ 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
◆ Location
Vector3 ff14bot.Pathing.FlyToParameters.Location |
|
getset |
◆ MinHeight
float ff14bot.Pathing.FlyToParameters.MinHeight = DefaultMinHeight |
|
getset |
The minimum height to stay from the ground.
- Exceptions
-
ArgumentOutOfRangeException | Thrown if the property is set to a value that is 0 or lower. |
The default value for this property is 40.0f
.