|
Rebornbuddy
|
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. | |
Poi.
Nesox, 2013-07-04.
| ff14bot.Helpers.Poi.Poi | ( | GameObject | obj, |
| PoiType | type ) |
Constructor.
Nesox, 2013-07-04.
| obj | The object. |
| type | The type. |
Constructor.
Nesox, 2013-07-04.
| obj | The object. |
| type | The type. |
| ff14bot.Helpers.Poi.Poi | ( | Vector3 | location, |
| PoiType | type ) |
Constructor.
Nesox, 2013-07-04.
| location | The location. |
| type | The type. |
| ff14bot.Helpers.Poi.Poi | ( | Vector3 | location, |
| PoiType | type, | ||
| ushort | zoneId ) |
Constructor.
Nesox, 2013-07-04.
| location | The location. |
| type | The type. |
| zoneId | The zoneId |
Constructor.
Nesox, 2013-07-04.
| location | The location. |
| type | The type. |
Constructor.
Nesox, 2013-07-04.
| location | The location. |
| type | The type. |
| zoneId | The zoneId |
|
static |
Clears the current poi.
| reason | The reason. |
Created by Nesox 2012-02-05
| override string ff14bot.Helpers.Poi.ToString | ( | ) |
Returns a System.String that represents this instance.
Created by Nesox 2012-02-05
|
get |
Gets the Unit property cast as a BattleCharacter.
The Unit as a BattleCharacter if it can be cast; otherwise, null.
|
staticgetset |
Gets or sets the current poi.
The current.
|
getset |
Gets or sets the entity.
The entity.
|
getset |
Gets or sets the location.
The location.
|
getset |
Gets or sets the name.
The name.
|
getset |
Gets or sets the time the POI was set.
The time the POI was set.
|
getset |
Gets or sets the type.
The type.
|
getset |
Gets or sets the entity.
The entity.
|
getset |
Gets or sets the zone ID.
The zone ID.