Cronous Emulation Server Daemon

CharacterProfile.flag2 Property

Flag 2.

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

See Also

CharacterProfile Class | croemud.serverpacket Namespace