AerialBlackspotManagerRemoveBlackspots Method (UInt32, IEnumerableSpot2D) |
Removes the blackspots.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void RemoveBlackspots(
uint mapId,
IEnumerable<Spot2D> blackspots
)
Parameters
- mapId
- Type: SystemUInt32
Identifier for the map. - blackspots
- Type: System.Collections.GenericIEnumerableSpot2D
The blackspots.
See Also