⇐ Index
Available in version 1.2.1 and later.
RotateUnit(<-unit <-rot <-maxDegrees)
Rotates a unit no more than maxDegrees towards the angles (in degrees) specified by the rot vector.
#Rotate ourselves around the y axis to point at 45 degrees RotateUnit(self V3(0 45 0) 1)
⇐ Index