<- PRPL reference <- Everything Else 2
| Arguments | Result | Notation |
|---|---|---|
| UID, Image, Radians | [ Int String Float - ] |
Rotates a image depending on the float
#rotates the image 180 degrees, 180 degrees to radian = PI Self "main" PI SetImageRotation
f1 = GetFloatFromStack(); //rotation in radians s1 = GetStringFromStack(); //which image i1 = GetIntFromStack(); //unit uid