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

Description

Documentation Comment

Returns the texture path for the particular tintMask type and index


Caveats


Parameters

inttype

intindex


Examples

Auto-Generated Example

int myInt__type
int myInt__index

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