Rebornbuddy
|
Handles aerial blackspots. More...
Static Public Member Functions | |
static bool | IsInBlackspot (Vector3 point) |
Query if 'point' is in a blackspot. | |
static void | AddBlackspot (uint mapId, Vector2[] blackspot) |
Adds a blackspot. | |
static void | AddBlackspots (uint mapId, IEnumerable< Vector2[]> blackspots) |
Adds the blackspots. | |
static void | AddBlackspots (uint mapId, IEnumerable< Spot2D > blackspots) |
Adds the blackspots. | |
static void | RemoveBlackspot (uint mapId, Vector2[] blackspot) |
Removes the blackspot. | |
static void | RemoveBlackspots (uint mapId, IEnumerable< Vector2[]> blackspots) |
Removes the blackspots. | |
static void | RemoveBlackspots (uint mapId, IEnumerable< Spot2D > blackspots) |
Removes the blackspots. |
Properties | |
static IEnumerable< Vector2[]> | Blackspots [get] |
Gets the blackspots. |
Handles aerial blackspots.
|
static |
Adds a blackspot.
mapId | Identifier for the map. |
blackspot | The blackspot. |
|
static |
Adds the blackspots.
mapId | Identifier for the map. |
faction | The faction. |
blackspots | The blackspots. |
|
static |
Adds the blackspots.
mapId | Identifier for the map. |
blackspots | The blackspots. |
|
static |
Query if 'point' is in a blackspot.
raphus, 01/04/2014.
point | The point. |
|
static |
Removes the blackspot.
mapId | Identifier for the map. |
blackspot | The blackspot. |
|
static |
Removes the blackspots.
mapId | Identifier for the map. |
blackspots | The blackspots. |
|
static |
Removes the blackspots.
mapId | Identifier for the map. |
blackspots | The blackspots. |
|
staticget |
Gets the blackspots.
The blackspots.