~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetThemeTextureScale|Get]]
* [[4rpl:commands:SetThemeTextureScale|Set]]
====== GetThemeTextureScale ======
GetThemeTextureScale(<-terrainLevel) ->textureScale
===== Description =====
Gets the current theme's texture scale for the specified level. Terrain levels range from 1 to 20.
The scale is a floating point number that specifies the size the texture appears. Higher numbers make the texture appear larger.
===== Examples =====
trace(GetThemeTextureScale(1))
<=[[4rpl:start| Index]]