Position z.
[Visual Basic] Public Property pos_z As Short [C#] public short pos_z { get; set; } [C++] public: __property short get_pos_z(); public: __property void set_pos_z(short ); [JScript] public function get pos_z() : short public function set pos_z(short);
CharacterProfile Class | croemud.serverpacket Namespace