ActionManagerDoAction Method (UInt32, 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(
uint actionId,
GameObject targetObject
)
Parameters
- actionId
- Type: SystemUInt32
Spell action id to cast - 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