~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetThemeNormalScale|Get]]
* [[4rpl:commands:SetThemeNormalScale|Set]]
====== SetThemeNormalScale ======
SetThemeNormalScale(<-terrainLevel <-normalScale)
===== Description =====
Sets 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 =====
SetThemeNormalScale(1 2.5)
<=[[4rpl:start| Index]]