ActionManagerDoAction Method (String, 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 public static bool DoAction(
string actionName,
GameObject targetObject
)
Parameters
- actionName
- Type: SystemString
Spell action name to cast, must be inside CurrentActions - targetObject
- Type: ff14bot.ObjectsGameObject
object to cast the spell on
Return Value
Type:
Booleantrue if was able to cast the spell at the given location
See Also