SetHeight Property

Usage:
   Cloud.SetHeight number

Argument values:

argument 1:    range is 3500 to 5000; most commonly 3500

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/Peenemunde/Init/SkyAndSun.con)
   GeometryTemplate.File Sky_Peenemunde_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.