Click or drag to resize

GameWorldRaycast Method (Vector3, Vector3, RaycastFlags, RaycastFlags, RaycastResult)

Performs a raycast, start and end points far from the player may yield inaccurate results due to the game not loading assets

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool Raycast(
	Vector3 start,
	Vector3 end,
	RaycastFlags flag1,
	RaycastFlags flag2,
	out RaycastResult result
)

Parameters

start
Type: Clio.UtilitiesVector3
end
Type: Clio.UtilitiesVector3
flag1
Type: ff14bot.EnumsRaycastFlags
flag2
Type: ff14bot.EnumsRaycastFlags
result
Type: ff14bot.ManagersRaycastResult

Return Value

Type: Boolean
true if there was a hit
See Also