Background for Skyrim SE
Member of the NiOverride script
voidfunctionUpdateItemDyeColor(ObjectReferenceakActor, intuniqueId)NativeGlobal

Description

Documentation Comment

Regenerates the tintmask of the dyed object, use after assigning/clearing dye colors


Caveats


Parameters

ObjectReferenceakActor

intuniqueId


Examples

Auto-Generated Example

ObjectReference myObjectReference__akActor
int myInt__uniqueId

NiOverride.UpdateItemDyeColor(myObjectReference__akActor, myInt__uniqueId)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.