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

Description

Documentation Comment

Sets the tintMask texture for the particular type and index


Parameters

  1. stringpath

  2. inttype

  3. intindex


Examples

Auto-Generated Example

string myString__path
int myInt__type
int myInt__index

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