wManager.Wow.Helpers Namespace
WRobot

Bag..::..GetContainerNumFreeSlotsByType Method

Get number of free slots by container type.

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

Syntax


public static int GetContainerNumFreeSlotsByType(
	BagType bagType
)
Public Shared Function GetContainerNumFreeSlotsByType ( _
	bagType As BagType _
) As Integer
public:
static int^ GetContainerNumFreeSlotsByType(
	BagType^ bagType
)

Parameters

bagType
Type: wManager.Wow.Enums..::..BagType
Type of the bag.

Return Value

System.Int32.