Click or drag to resize

ICombatRoutine Interface

Namespace:  ff14bot.Interfaces
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface ICombatRoutine : IDisposable, 
	IBehaviors

The ICombatRoutine type exposes the following members.

Properties
  NameDescription
Public propertyButtonText
Public propertyClass
Public propertyCombatBehavior (Inherited from IBehaviors.)
Public propertyCombatBuffBehavior (Inherited from IBehaviors.)
Public propertyDeathBehavior (Inherited from IBehaviors.)
Public propertyHealBehavior (Inherited from IBehaviors.)
Public propertyName
Public propertyPreCombatBuffBehavior (Inherited from IBehaviors.)
Public propertyPullBehavior (Inherited from IBehaviors.)
Public propertyPullBuffBehavior (Inherited from IBehaviors.)
Public propertyPullRange
Public propertyRestBehavior (Inherited from IBehaviors.)
Public propertyWantButton
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialize
Public methodOnButtonPress
Public methodPulse
Public methodShutDown
Top
See Also