AerialBlackspotManagerRemoveBlackspot Method |
Removes the blackspot.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void RemoveBlackspot(
uint mapId,
Vector2[] blackspot
)
Parameters
- mapId
- Type: SystemUInt32
Identifier for the map. - blackspot
- Type: Clio.UtilitiesVector2
The blackspot.
See Also