Click or drag to resize

ActionManagerCanCast Method (SpellData, GameObject)

Returns true if the following: If we are in Line-of-sight If there is no error code on the spellcheck

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool CanCast(
	SpellData cache,
	GameObject targetObject
)

Parameters

cache
Type: ff14bot.ObjectsSpellData
targetObject
Type: ff14bot.ObjectsGameObject

Return Value

Type: Boolean
See Also