Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.ServiceClient Namespace Reference

Classes

class  BoundingCircle
class  CanFullyNavigateFromRequest
class  CanFullyNavigateResult
class  CanFullyNavigateTarget
class  CanFullyNavigateToReply
class  CanFullyNavigateToRequest
class  ClientMessage
class  FlyingPathPart
interface  INavigation
class  MoveStraightPathPart
class  NavFlagsExtensions
class  PathCorridor
class  PathDistanceResult
class  PathDistancesRequest
class  PathDistancesResponse
class  PathPart
class  PathReply
class  PathRequest
struct  SampleCircle
class  SamplePointsRequest
class  SamplePointsResponse
class  ServerResponse< T >
class  Service
class  WorldState

Enumerations

enum  SamplePointsType : byte { Any = 0 , NavigableTo = 1 , NavigableFrom = 2 }
enum  PathDistanceResultType { Success = 0 , TooFar = 1 , Unnaviggable = 2 }
enum  PathPartType : ushort {
  Corridor = 0 , TakeFlightPath = 1 , MoveStraight = 2 , UseTransport = 3 ,
  InteractObject = 4 , Fly = 5
}
enum  PolyFlags : ushort { None = 0 , Liquid = 1 }
enum  NavFlags : uint {
  None = 0 , Alliance = 1 << 0 , Dead = 1 << 1 , SnapBehaviorMask = 3 << 4 ,
  AllowFlightPaths = 1 << 8
}
enum  SnapBehavior { None = 0 , ToWaterSurface = 1 , ToClosestSurface = 2 }
enum  InteractObjectType : byte { GameObject = 0 , Unit = 1 }

Enumeration Type Documentation

◆ InteractObjectType

Enumerator
GameObject 
Unit 

◆ NavFlags

Enumerator
None 
Alliance 
Dead 
SnapBehaviorMask 
AllowFlightPaths 

◆ PathDistanceResultType

Enumerator
Success 
TooFar 
Unnaviggable 

◆ PathPartType

Enumerator
Corridor 
TakeFlightPath 
MoveStraight 
UseTransport 
InteractObject 
Fly 

◆ PolyFlags

Enumerator
None 
Liquid 

◆ SamplePointsType

Enumerator
Any 
NavigableTo 
NavigableFrom 

◆ SnapBehavior

Enumerator
None 

Do not apply any snapping behavior.

ToWaterSurface 

Snap upwards to find a water surface. Useful while swimming.

ToClosestSurface 

Snap to closest surface. Useful while swimming in areas where we need to swim underground.