This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:rotateobj [2021/01/14 23:05] – created virgilw | 4rpl:commands:rotateobj [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTOC~~ | ||
< | < | ||
Line 6: | Line 7: | ||
===== Description ===== | ===== Description ===== | ||
- | Rotates an obj no more than maxDegrees towards the angles (in degrees) specified by the rot vector. | + | Rotates an obj no more than maxDegrees towards the angles (in degrees) specified by the rot vector.\\ |
+ | This is done to the object' | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
#Rotate an " | #Rotate an " | ||
- | RotateUnit(self " | + | RotateObj(self " |
</ | </ | ||
< | < |