Cronous Emulation Server Daemon

News.player_character_id Property

Player character ID.

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

See Also

News Class | croemud.serverpacket Namespace