Cronous Emulation Server Daemon

Move.x Property

X.

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

See Also

Move Class | croemud.clientpacket Namespace