User Tools

Site Tools


prpl:setimagerotation

<- PRPL reference <- Everything Else 2

SetImageRotation

ArgumentsResultNotation
UID, Image, Radians [ Int String Float - ]

Description

Rotates a image depending on the float

Examples

#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 
 
prpl/setimagerotation.txt · Last modified: 2023/08/02 07:10 by SpeedCZ