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

Represents information about a path distance to an object. More...

Public Member Functions

 PathInformation (PathNavigability navigability, PathDistanceType distanceType, float distance)
 Constructs a new instance.

Properties

PathNavigability Navigability [get]
 Information about the navigability to the object.
PathDistanceType DistanceType [get]
 The type of value the Distance propery indicates.
float Distance [get]
 The distance value of the path. See DistanceType for how to interpret this.

Detailed Description

Represents information about a path distance to an object.

Constructor & Destructor Documentation

◆ PathInformation()

ff14bot.Pathing.PathInformation.PathInformation ( PathNavigability navigability,
PathDistanceType distanceType,
float distance )

Constructs a new instance.

Parameters
navigabilityThe type.
distanceTypeThe distance type.
distanceThe distance.

Property Documentation

◆ Distance

float ff14bot.Pathing.PathInformation.Distance
get

The distance value of the path. See DistanceType for how to interpret this.

◆ DistanceType

PathDistanceType ff14bot.Pathing.PathInformation.DistanceType
get

The type of value the Distance propery indicates.

This is PathDistanceType.None unless Navigability is PathNavigability.Navigable.

◆ Navigability

PathNavigability ff14bot.Pathing.PathInformation.Navigability
get

Information about the navigability to the object.