SetDefaultShaderSolidColor Property

Usage:
   ShaderManager.SetDefaultShaderSolidColor r/g/b

Argument values:

argument 1:    0.2/0.2/0.2; most commonly 0.2/0.2/0.2

This property is not a part of any defined type of object.

Used in a total of 20 .con files: Init.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Kursk/Init.con)
   Game.SetKit 2 4 Rus_Engineer
   rem
   rem *** Shader Default Color ***
   rem
   ShaderManager.SetDefaultShaderSolidColor 0.2/0.2/0.2


Go to the ShaderManager properties list page, ShaderManager page, All Properties list, or Main scripting page.