Cronous Emulation Server Daemon

ItemSelling.flag Property

Flag.

[Visual Basic]
Public Property flag As Byte
[C#]
public byte flag { get; set; }
[C++]
public: __property char get_flag();
public: __property void set_flag(char );
[JScript]
public function get flag() : Byte
public function set flag(Byte);

See Also

ItemSelling Class | croemud.serverpacket Namespace