Click or drag to resize

ActionManagerDoActionLocation Method (ActionType, UInt32, 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
C#
public static bool DoActionLocation(
	ActionType actionType,
	uint actionId,
	Vector3 targetLocation
)

Parameters

actionType
Type: ff14bot.EnumsActionType
action type
actionId
Type: SystemUInt32
Spell action id to cast
targetLocation
Type: Clio.UtilitiesVector3
location to cast the spell

Return Value

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