Click or drag to resize

AurasGetAuraStacksById Method

Returns the amount of stacks for a given aura id

Namespace:  ff14bot.Objects
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public int GetAuraStacksById(
	uint id
)

Parameters

id
Type: SystemUInt32
aura id to lookup

Return Value

Type: Int32
-1 if aura is not present, #of stacks if aura is stackable, undefined otherwise
See Also