rotateChar

Rotate a character around the centerpoint of it's face.

Note: This defaults to radians by default.

Note: If you use moveChar() with this, you MUST do moveChar() first!

void
rotateChar
(
int index
,
double rotation
,
bool isDegrees = false
)

Meta