Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
SetMatAdjust
Category:
Landscape
Since engine version:
4.9.1.0 GWE
Description
Sets the material drawing modulation. The material colors will be modulated with the specified color in the same way as ColorByOwner graphics.
Syntax
void
SetMatAdjust (
int
dwClrMod);
Parameter
dwClrMod:
Primary color modulation
Example
SetMatAdjust(
RGBa
(255,127,127,127));
Makes the materials reddish and semi transparent.
See also:
RGB
,
RGBa
,
SetGamma
,
SetMaterialColor
,
SetSkyAdjust
Sven2, Mai 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script