Cronous Emulation Server Daemon

ItemPrototype._equipment_type Field

Specifies whether the item is an equipement. The equipement type if so.

[Visual Basic]
Public _equipment_type As Integer
[C#]
public int _equipment_type;
[C++]
public: int _equipment_type;
[JScript]
public var _equipment_type: int;

See Also

ItemPrototype Class | croemud.item Namespace