Background for Skyrim SE
Member of the NiOverride script
voidfunctionSetItemTextureLayerColor(intuniqueId, inttextureIndex, intlayer, intcolor)NativeGlobal

Description

Documentation Comment

v2 Dye Functions
Uses the uniqueId acquired from GetItemUniqueID


Caveats


Parameters

intuniqueId

inttextureIndex

intlayer

intcolor


Examples

Auto-Generated Example

int myInt__uniqueId
int myInt__textureIndex
int myInt__layer
int myInt__color

NiOverride.SetItemTextureLayerColor(myInt__uniqueId, myInt__textureIndex, myInt__layer, myInt__color)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.