Cronous Emulation Server Daemon

CharacterProfile.pos_x Property

Position x.

[Visual Basic]
Public Property pos_x As Short
[C#]
public short pos_x { get; set; }
[C++]
public: __property short get_pos_x();
public: __property void set_pos_x(short );
[JScript]
public function get pos_x() : short
public function set pos_x(short);

See Also

CharacterProfile Class | croemud.serverpacket Namespace