wManager.Wow.Helpers Namespace
WRobot

ItemInfo..::..ItemStackCount Property

The max amount of an item per stack, e.g. 200 for Runecloth.

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

Syntax


public int ItemStackCount { get; set; }
Public Property ItemStackCount As Integer
	Get
	Set
public:
property int^ ItemStackCount {
	int^ get ();
	void set (int^ value);
}