TextureBlend texture,blend  

Parameters:

texture - name of texture

blend - blend mode of texture
0: disable texture
1: alpha
2: multiply (default)
3: add

Description:

Set the blending mode for a texture.

This is used with multitexturing to control how the texture is combined with other textures.

Example:

None.

Index