Cronous Emulation Server Daemon

OpenDialog.dialog_id Property

Dialog ID.

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

See Also

OpenDialog Class | croemud.serverpacket Namespace