Cronous Emulation Server Daemon

CharacterPosition.z Property

Z.

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

See Also

CharacterPosition Class | croemud.serverpacket Namespace