|
Rebornbuddy
|
Public Member Functions | |
| AethernetNode (uint id, uint landingId, Vector3 location, bool isAetheryte) | |
| override CanFullyNavigateTarget | GetLocalNavigationTarget () |
| override CanFullyNavigateTarget | GetRemoteNavigationTarget () |
| override string | ToString () |
| Public Member Functions inherited from ff14bot.Navigation.NavGraph.INode | |
| override bool | Equals (object obj) |
| CanFullyNavigateTarget | GetLocalNavigationTarget () |
| CanFullyNavigateTarget | GetRemoteNavigationTarget () |
| override string | ToString () |
Public Attributes | |
| bool | IsAetheryte |
| Vector3 | LandingLocation |
| byte | AethernetGroup |
| bool | OneWay |
| Public Attributes inherited from ff14bot.Navigation.NavGraph.INode | |
| uint | Id |
| ushort | ZoneId |
| Vector3 | Location |
| int | TransitionCost |
| ff14bot.Navigation.NavGraph.AethernetNode.AethernetNode | ( | uint | id, |
| uint | landingId, | ||
| Vector3 | location, | ||
| bool | isAetheryte ) |
| override CanFullyNavigateTarget ff14bot.Navigation.NavGraph.AethernetNode.GetLocalNavigationTarget | ( | ) |
| override CanFullyNavigateTarget ff14bot.Navigation.NavGraph.AethernetNode.GetRemoteNavigationTarget | ( | ) |
| override string ff14bot.Navigation.NavGraph.AethernetNode.ToString | ( | ) |
| byte ff14bot.Navigation.NavGraph.AethernetNode.AethernetGroup |
| bool ff14bot.Navigation.NavGraph.AethernetNode.IsAetheryte |
| Vector3 ff14bot.Navigation.NavGraph.AethernetNode.LandingLocation |
| bool ff14bot.Navigation.NavGraph.AethernetNode.OneWay |