Click or drag to resize

DefaultCombatTargetingProvider Class

Default combat targeting provider.
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersDefaultCombatTargetingProvider

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class DefaultCombatTargetingProvider : ITargetingProvider

The DefaultCombatTargetingProvider type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectsByWeight
Gets the objects by weight.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Nesox, 2013-06-29.
See Also