AGS.Types.GUIInventory.GUIInventory C# (CSharp) Method

GUIInventory() public method

public GUIInventory ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System
        public GUIInventory(int x, int y, int width, int height)
            : base(x, y, width, height)
        {
            _characterID = -1;
            _itemHeight = 20;
            _itemWidth = 30;
        }

Same methods

GUIInventory::GUIInventory ( ) : System
GUIInventory::GUIInventory ( XmlNode node ) : System
GUIInventory