ActionManagerDoActionLocation Method (String, Vector3) |
Casts a ground targeted action at the provided location
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static bool DoActionLocation(
string actionName,
Vector3 targetLocation
)
Parameters
- actionName
- Type: SystemString
Spell action name to cast - targetLocation
- Type: Clio.UtilitiesVector3
location to cast the spell
Return Value
Type:
Booleantrue if was able to cast the spell at the given location
See Also