Cronous Emulation Server Daemon

CharacterProfile.pos_y Property

Position y.

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

See Also

CharacterProfile Class | croemud.serverpacket Namespace