Click or drag to resize

NavigationProviderOnSetAsCurrent Method

Called when this NavigationProvider is set as the current by assigning it to NavigationProvider.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public virtual void OnSetAsCurrent()
Remarks

When this is called, the current has not yet been updated, so IsCurrent will still be false.

See Also