~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetThemeCliffScale|Get]]
* [[4rpl:commands:SetThemeCliffScale|Set]]
====== GetThemeCliffScale ======
GetThemeCliffScale ->textureScale
===== Description =====
Gets the current theme's cliff texture scale.
The scale is a floating point number that specifies the size the texture appears. Higher numbers make the texture appear larger.
===== Examples =====
trace(GetThemeCliffScale(1))
<=[[4rpl:start| Index]]