Cronous Emulation Server Daemon

CharacterProfile.rotation Property

Rotation.

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

See Also

CharacterProfile Class | croemud.serverpacket Namespace