Index

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))

Index