Rebornbuddy
|
Public Member Functions | |
void | Pulse () |
Pulses this object. |
Public Attributes | |
bool | Locked |
Properties | |
ITargetingProvider | Provider [get, set] |
Gets or sets the provider. | |
ReadOnlyCollection< BattleCharacter > | LastEntities [get] |
Gets or sets the last objects. | |
BattleCharacter | FirstUnit [get] |
Gets the first npc. | |
BattleCharacter | FirstEntity [get] |
Gets the first object. |
Events | |
EventHandler< EventArgs > | OnUpdate |
Event queue for all listeners interested in OnUpdate events. |
Nesox, 2012-09-20.
void ff14bot.NeoProfiles.Targeting.Pulse | ( | ) |
Pulses this object.
bool ff14bot.NeoProfiles.Targeting.Locked |
|
get |
Gets the first object.
The first object.
|
get |
Gets the first npc.
The first npc.
|
get |
Gets or sets the last objects.
The last objects.
|
getset |
Gets or sets the provider.
The provider.
EventHandler<EventArgs> ff14bot.NeoProfiles.Targeting.OnUpdate |
Event queue for all listeners interested in OnUpdate events.