Index

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

Index