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

Description

Documentation Comment

Returns the color for the particular tintMask type and index


Parameters

  1. inttype

  2. intindex


Examples

Auto-Generated Example

int myInt__type
int myInt__index

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