Click or drag to resize

ActionManagerCanCastOrQueue Method

Checks if a action is can be cast immeditatly or placed in the games queue for the next action to be executed

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

Parameters

spellData
Type: ff14bot.ObjectsSpellData
targetObject
Type: ff14bot.ObjectsGameObject

Return Value

Type: Boolean
See Also