Click or drag to resize

ActionManagerCanCastLocation Method (SpellData, 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(
	SpellData cache,
	Vector3 location
)

Parameters

cache
Type: ff14bot.ObjectsSpellData
location
Type: Clio.UtilitiesVector3

Return Value

Type: Boolean
See Also