Background for Skyrim SE
Member of the Game script
voidfunctionSetTintMaskColor(intcolor, inttype, intindex)NativeGlobal

Description

Documentation Comment

Sets the tintMask color for the particular type and index


Caveats


Parameters

intcolor

inttype

intindex


Examples

Auto-Generated Example

int myInt__color
int myInt__type
int myInt__index

Game.SetTintMaskColor(myInt__color, myInt__type, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.