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