Click or drag to resize

ActionManagerDoAction Method (SpellData, GameObject)

Casts a action at the provided game object, if targetObject is null then the player is the target

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

Parameters

action
Type: ff14bot.ObjectsSpellData
SpellData for action to cast
targetObject
Type: ff14bot.ObjectsGameObject
object to cast the spell on

Return Value

Type: Boolean
true if was able to cast the spell at the given location
See Also