[This is preliminary documentation and is subject to change.]

Weight of the item

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte Weight { get; set; }
Public Property Weight As Byte
public:
property unsigned char Weight {
	unsigned char get ();
	void set (unsigned char value);
}

See Also