WrappingNavigationProviderSamplePointsAsync Method |
Samples the navigator for points.
Namespace:
ff14bot.Pathing.Service_Navigation
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public override Task<List<Vector3>> SamplePointsAsync(
SamplePointsParameters parameters
)
Parameters
- parameters
- Type: ff14bot.PathingSamplePointsParameters
The parameters.
Return Value
Type:
TaskListVector3The result of the sampling.
Exceptions Exception | Condition |
---|
ArgumentNullException | parameters is null. |
ArgumentException | parameters is in an invalid state. |
Remarks This is an external asynchronous task, and should not be awaited
directly from coroutines. See [!:Coroutine.ExternalTask(Func<Task>)].
See Also