MoveToParametersMoveImmediately Property |
If
true, instructs the nav provider to move immediately once the path has been generated,
so the player will start moving at the same time as
PathGenerated is returned.
If
false, instructs the nav provider to wait until the next movement request after the path generation
has finished to begin moving. This is for example useful for inspecting the path if it succeeds
and aborting the navigation if the path generated was too long.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool MoveImmediately { get; set; }
Property Value
Type:
BooleanRemarks Default value: true.
See Also