ActionManagerCanCast Method (String, 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 public static bool CanCast(
string spellName,
GameObject targetObject
)
Parameters
- spellName
- Type: SystemString
- targetObject
- Type: ff14bot.ObjectsGameObject
Return Value
Type:
BooleanSee Also