Cronous Emulation Server Daemon

CharacterPosition.y Property

Y.

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

See Also

CharacterPosition Class | croemud.serverpacket Namespace