wManager.Wow.Helpers Namespace
WRobot

Bag..::..GetContainerNumFreeSlotsByBagID Method (Int32)

Get number of free slots by container id

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

Syntax


public static int GetContainerNumFreeSlotsByBagID(
	int bagID
)
Public Shared Function GetContainerNumFreeSlotsByBagID ( _
	bagID As Integer _
) As Integer
public:
static int^ GetContainerNumFreeSlotsByBagID(
	int^ bagID
)

Parameters

bagID
Type: Int32
The bag id.

Return Value

System.Int32.