- Found in:
- SKSE
Description
Wiki Description
Sets the color of the nth tint mask.
Documentation Comment
Sets the color of the Nth tint mask
Caveats
Parameters
intn
intcolor
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__n
int myInt__color
Game.SetNthTintMaskColor(myInt__n, myInt__color)Related Pages
- Game.GetNthTintMaskType(...)
- Game.GetNthTintMaskColor(...)
- Game.GetNumTintMasks()
- Game
