Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.NeoProfiles.Targeting Class Referenceabstract

Targeting. More...

Inheritance diagram for ff14bot.NeoProfiles.Targeting:
ff14bot.Managers.CombatTargeting

Public Member Functions

void Pulse ()
 Pulses this object.

Public Attributes

bool Locked

Properties

ITargetingProvider Provider [get, set]
 Gets or sets the provider.
ReadOnlyCollection< BattleCharacterLastEntities [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.

Detailed Description

Targeting.

Nesox, 2012-09-20.

Member Function Documentation

◆ Pulse()

void ff14bot.NeoProfiles.Targeting.Pulse ( )

Pulses this object.

Member Data Documentation

◆ Locked

bool ff14bot.NeoProfiles.Targeting.Locked

Property Documentation

◆ FirstEntity

BattleCharacter ff14bot.NeoProfiles.Targeting.FirstEntity
get

Gets the first object.

The first object.

◆ FirstUnit

BattleCharacter ff14bot.NeoProfiles.Targeting.FirstUnit
get

Gets the first npc.

The first npc.

◆ LastEntities

ReadOnlyCollection<BattleCharacter> ff14bot.NeoProfiles.Targeting.LastEntities
get

Gets or sets the last objects.

The last objects.

◆ Provider

ITargetingProvider ff14bot.NeoProfiles.Targeting.Provider
getset

Gets or sets the provider.

The provider.

Event Documentation

◆ OnUpdate

EventHandler<EventArgs> ff14bot.NeoProfiles.Targeting.OnUpdate

Event queue for all listeners interested in OnUpdate events.