SetName Property

Usage:
   Cloud.SetName name

Argument values:

argument 1:    cloud_0; most commonly cloud_0

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