User Tools

Site Tools


prpl:setimagerotation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

prpl:setimagerotation [2016/12/02 18:33] – created - external edit 127.0.0.1prpl:setimagerotation [2023/08/02 07:10] (current) SpeedCZ
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  SETIMAGEROTATION  =====+=====  SetImageRotation =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+UID, Image, Radians | | [ Int String Float - ] |
  
  
 === Description === === Description ===
 +Rotates a image depending on the float
 === Examples === === Examples ===
 +<code>#rotates the image 180 degrees, 180 degrees to radian = PI
 +Self "main" PI SetImageRotation
 +</code>
 +
 <code> f1 = GetFloatFromStack(); //rotation in radians  <code> f1 = GetFloatFromStack(); //rotation in radians 
  s1 = GetStringFromStack(); //which image   s1 = GetStringFromStack(); //which image 
prpl/setimagerotation.txt · Last modified: 2023/08/02 07:10 by SpeedCZ