<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#text commands|Text Commands]] ===== SetTextRotation ===== ^ Arguments ^ Result ^ Notation ^ | rotation in radians| | %%f1 -- %% | === Description === Sets the rotation of the text (in radians). Rotation occurs around the [[crpl:docs:settextanchor|anchor point]] of the text. === Examples === * **Rotate Text**\\ %% %% \\ //This updates the text's rotation every frame, giving the appearance that it's spinning continuously.//\\ %% %%\\ # Set the text "SpinningText" SetText # Make it spin around GetGameTimeFrames asfloat 100 div SetTextRotation \\