Usage:
Cloud.SetSpeed
number number
Argument values:
argument 1: | range is -0.03 to 0.02; most commonly -0.03 |
argument 2: | range is 0 to 0.04; most commonly 0.015 |
This property is not a part of any defined type of object.
Used in a total of 35 .con files: Skyandsun.con
Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Kursk/Init/SkyAndSun.con)
GeometryTemplate.File Sky_Kursk_m1
Sky.initSky
** Clouds
REM GeometryTemplate.create StandardMesh Cloud
REM GeometryTemplate.file cloud
Sky.addCloud
Cloud.SetName cloud_0
Cloud.SetSrcBlend BMSourceAlpha
Cloud.SetDstBlend BMInvSourceAlpha
Cloud.SetTexScale 8
Cloud.SetSpeed -0.03 0.015
Cloud.SetHeight 3500
Go to the Cloud properties list page, Cloud page, All Properties list, or Main scripting page.