Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Helpers.Poi Class Reference

Poi. More...

Public Member Functions

 Poi (GameObject obj, PoiType type)
 Constructor.
 Poi (FateData obj, PoiType type)
 Constructor.
 Poi (Vector3 location, PoiType type)
 Constructor.
 Poi (Vector3 location, PoiType type, ushort zoneId)
 Constructor.
 Poi (HotSpot location, PoiType type)
 Constructor.
 Poi (HotSpot location, PoiType type, ushort zoneId)
 Constructor.
override string ToString ()
 Returns a System.String that represents this instance.

Static Public Member Functions

static void Clear (string reason)
 Clears the current poi.

Properties

static Poi Current [get, set]
 Gets or sets the current poi.
GameObject Unit [get, set]
 Gets or sets the entity.
BattleCharacter BattleCharacter [get]
 Gets the Unit property cast as a BattleCharacter.
FateData Fate [get, set]
 Gets or sets the entity.
PoiType Type [get, set]
 Gets or sets the type.
Vector3 Location [get, set]
 Gets or sets the location.
DateTime TimeSet [get, set]
 Gets or sets the time the POI was set.
ushort ZoneId [get, set]
 Gets or sets the zone ID.
string Name [get, set]
 Gets or sets the name.

Detailed Description

Poi.

Nesox, 2013-07-04.

Constructor & Destructor Documentation

◆ Poi() [1/6]

ff14bot.Helpers.Poi.Poi ( GameObject obj,
PoiType type )

Constructor.

Nesox, 2013-07-04.

Parameters
objThe object.
typeThe type.

◆ Poi() [2/6]

ff14bot.Helpers.Poi.Poi ( FateData obj,
PoiType type )

Constructor.

Nesox, 2013-07-04.

Parameters
objThe object.
typeThe type.

◆ Poi() [3/6]

ff14bot.Helpers.Poi.Poi ( Vector3 location,
PoiType type )

Constructor.

Nesox, 2013-07-04.

Parameters
locationThe location.
typeThe type.

◆ Poi() [4/6]

ff14bot.Helpers.Poi.Poi ( Vector3 location,
PoiType type,
ushort zoneId )

Constructor.

Nesox, 2013-07-04.

Parameters
locationThe location.
typeThe type.
zoneIdThe zoneId

◆ Poi() [5/6]

ff14bot.Helpers.Poi.Poi ( HotSpot location,
PoiType type )

Constructor.

Nesox, 2013-07-04.

Parameters
locationThe location.
typeThe type.

◆ Poi() [6/6]

ff14bot.Helpers.Poi.Poi ( HotSpot location,
PoiType type,
ushort zoneId )

Constructor.

Nesox, 2013-07-04.

Parameters
locationThe location.
typeThe type.
zoneIdThe zoneId

Member Function Documentation

◆ Clear()

void ff14bot.Helpers.Poi.Clear ( string reason)
static

Clears the current poi.

Parameters
reasonThe reason.

Created by Nesox 2012-02-05

◆ ToString()

override string ff14bot.Helpers.Poi.ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Created by Nesox 2012-02-05

Property Documentation

◆ BattleCharacter

BattleCharacter ff14bot.Helpers.Poi.BattleCharacter
get

Gets the Unit property cast as a BattleCharacter.

The Unit as a BattleCharacter if it can be cast; otherwise, null.

◆ Current

Poi ff14bot.Helpers.Poi.Current
staticgetset

Gets or sets the current poi.

The current.

◆ Fate

FateData ff14bot.Helpers.Poi.Fate
getset

Gets or sets the entity.

The entity.

◆ Location

Vector3 ff14bot.Helpers.Poi.Location
getset

Gets or sets the location.

The location.

◆ Name

string ff14bot.Helpers.Poi.Name
getset

Gets or sets the name.

The name.

◆ TimeSet

DateTime ff14bot.Helpers.Poi.TimeSet
getset

Gets or sets the time the POI was set.

The time the POI was set.

◆ Type

PoiType ff14bot.Helpers.Poi.Type
getset

Gets or sets the type.

The type.

◆ Unit

GameObject ff14bot.Helpers.Poi.Unit
getset

Gets or sets the entity.

The entity.

◆ ZoneId

ushort ff14bot.Helpers.Poi.ZoneId
getset

Gets or sets the zone ID.

The zone ID.