Updated docs and added constants to tracker

This commit is contained in:
n00b87
2026-02-26 15:33:51 -06:00
parent aa7667c838
commit 9dbb4b6b5f
2332 changed files with 6219 additions and 2761 deletions

View File

@@ -1,5 +1,5 @@
#title ScaleTerrainTexture [RCBasic Doc]
#header sub ScaleTerrainTexture( actor, scale, scale2 )
#header Sub ScaleTerrainTexture( actor, scale, scale2 )
Scales the base texture, similar to makePlanarTextureMapping.
@@ -7,3 +7,4 @@ Scales the base texture, similar to makePlanarTextureMapping.
#li scale - The scaling amount. Values above 1.0 increase the number of time the texture is drawn on the terrain. Values below 0 will decrease the number of times the texture is drawn on the terrain. Using negative values will flip the texture, as well as still scaling it.
#li scale2 - If set to 0 (default value), this will set the second texture coordinate set to the same values as in the first set. If this is another value than zero, it will scale the second texture coordinate set by this value.
#/list