wManager.Wow.Helpers Namespace
WRobot

Bag..::..GetContainerItemCooldown Method (Int32, Int32)

Gets the container item cooldown.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static int GetContainerItemCooldown(
	int bagId,
	int slotId
)
Public Shared Function GetContainerItemCooldown ( _
	bagId As Integer, _
	slotId As Integer _
) As Integer
public:
static int^ GetContainerItemCooldown(
	int^ bagId, 
	int^ slotId
)

Parameters

bagId
Type: Int32
The bag identifier.
slotId
Type: Int32
The slot identifier.

Return Value

System.Int32.