Click or drag to resize

ActionManagerCanCastLocation Method (UInt32, Vector3)

Returns true if the following: If we are in Line-of-sight If there is no error code on the spellcheck If there is no spell queued and the spell is not a ground targeting spell and the spell has less then 500ms on its cd

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool CanCastLocation(
	uint spellId,
	Vector3 location
)

Parameters

spellId
Type: SystemUInt32
location
Type: Clio.UtilitiesVector3

Return Value

Type: Boolean
See Also