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);
CharacterPosition Class | croemud.serverpacket Namespace