Click or drag to resize

MoveResultExtensions Class

Inheritance Hierarchy
SystemObject
  ff14bot.PathingMoveResultExtensions

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class MoveResultExtensions

The MoveResultExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateNeededFacing
Calculates the required facing to face a point from any other point.
Public methodStatic memberIsSuccessful
Determines whether the specified move result is successful.
Public methodStatic memberMinByOrDefaultTSource, TKey
Finds the minimum TSource in source based on a key.
Public methodStatic memberNormalizeRadian
Normalizes a radian so it's between 0 and pi * 2.
Top
See Also