~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetThemeNormal|Get]]
* [[4rpl:commands:SetThemeNormal|Set]]
====== GetThemeNormal ======
GetThemeNormal(<-terrainLevel) ->normalMap
===== Description =====
Gets the current theme's normal map number for the specified level. Terrain levels range from 1 to 20.
Normal map numbers are in the range of 0 to 400, with 0 to 380 being built in normal maps.
===== Examples =====
trace(GetThemeNormal(1))
<=[[4rpl:start| Index]]