~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetThemeTextureDeTile|Get]]
* [[4rpl:commands:SetThemeTextureDeTile|Set]]
====== SetThemeTextureDeTile ======
SetThemeTextureDeTile(<-terrainLevel <-deTileAmt)
===== Description =====
Sets the current theme's texture detiling value for the specified level. Terrain levels range from 1 to 20.
The detiling value should be in the range 0 to 1, inclusive. A value of 0 disables detiling and higher values increase the detiling amount.
A value of 0.2 is the normal detiling amount. Higher values will soften the effect.
===== Examples =====
SetThemeTextureDetile(1 0.2)
<=[[4rpl:start| Index]]