Click or drag to resize

AerialBlackspotManagerAddBlackspots Method (UInt32, IEnumerableSpot2D)

Adds the blackspots.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void AddBlackspots(
	uint mapId,
	IEnumerable<Spot2D> blackspots
)

Parameters

mapId
Type: SystemUInt32
Identifier for the map.
blackspots
Type: System.Collections.GenericIEnumerableSpot2D
The blackspots.
See Also