Rebornbuddy
|
Public Member Functions | |
HotSpot (float PositionX, float PositionY, float PositionZ, float radius) | |
HotSpot () | |
HotSpot (Vector3 pos, float radius) | |
Vector3 | ToVector3 () |
Toes the vector3. | |
override string | ToString () |
bool | WithinHotSpot (Vector3 loc) |
bool | WithinHotSpot2D (Vector3 loc, float distance=0.0f) |
checks if location resides in or on a hotspot boundry. |
Static Public Member Functions | |
static implicit | operator Vector3 (HotSpot hotspot) |
static | operator HotSpot (Vector3 vector) |
Public Attributes | |
Vector3 | Position |
Properties | |
float | AllowedVariance [get, set] |
float | ArrivalTolerance [get, set] |
Vector3 | XYZ [get, set] |
string | Name [get, set] |
float | Radius [get, set] |
float | X [get, set] |
float | Y [get, set] |
Gets Y coordinate. | |
float | Z [get, set] |
Gets Z coordinate. |
ff14bot.Navigation.HotSpot.HotSpot | ( | float | PositionX, |
float | PositionY, | ||
float | PositionZ, | ||
float | radius ) |
ff14bot.Navigation.HotSpot.HotSpot | ( | ) |
ff14bot.Navigation.HotSpot.HotSpot | ( | Vector3 | pos, |
float | radius ) |
|
explicitstatic |
|
static |
override string ff14bot.Navigation.HotSpot.ToString | ( | ) |
Vector3 ff14bot.Navigation.HotSpot.ToVector3 | ( | ) |
Toes the vector3.
Created by Nesox 2012-02-04
bool ff14bot.Navigation.HotSpot.WithinHotSpot | ( | Vector3 | loc | ) |
bool ff14bot.Navigation.HotSpot.WithinHotSpot2D | ( | Vector3 | loc, |
float | distance = 0::0f ) |
checks if location resides in or on a hotspot boundry.
loc | |
distance |
Vector3 ff14bot.Navigation.HotSpot.Position |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
Gets Y coordinate.
|
getset |
Gets Z coordinate.