Cronous Emulation Server Daemon

CharacterProfile.motion_speed Property

Motion speed.

[Visual Basic]
Public Property motion_speed As Byte
[C#]
public byte motion_speed { get; set; }
[C++]
public: __property char get_motion_speed();
public: __property void set_motion_speed(char );
[JScript]
public function get motion_speed() : Byte
public function set motion_speed(Byte);

See Also

CharacterProfile Class | croemud.serverpacket Namespace