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