Cronous Emulation Server Daemon

StatusFlag.flag1 Property

Flag 1.

[Visual Basic]
Public Property flag1 As UInt32
[C#]
public uint flag1 { get; set; }
[C++]
public: __property unsigned int get_flag1();
public: __property void set_flag1(unsigned int );
[JScript]
public function get flag1() : UInt32
public function set flag1(UInt32);

See Also

StatusFlag Class | croemud.serverpacket Namespace