Click or drag to resize

INavigationProviderMoveToRandomSpotWithin Method

Move to a random point within radius of location

Namespace:  ff14bot.Interfaces
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
MoveResult MoveToRandomSpotWithin(
	Vector3 location,
	float radius,
	string destination = null
)

Parameters

location
Type: Clio.UtilitiesVector3
radius
Type: SystemSingle
destination (Optional)
Type: SystemString

Return Value

Type: MoveResult
See Also