Cronous Emulation Server Daemon

ItemPrototype._flag Field

Specifies whether the item is mergeable, usable or not.

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

See Also

ItemPrototype Class | croemud.item Namespace