AerialBlackspotManagerAddBlackspots Method (UInt32, IEnumerableVector2) |
Adds the blackspots.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void AddBlackspots(
uint mapId,
IEnumerable<Vector2[]> blackspots
)
Parameters
- mapId
- Type: SystemUInt32
Identifier for the map. - blackspots
- Type: System.Collections.GenericIEnumerableVector2
The blackspots.
See Also