Background for Skyrim SE
Member of the NiOverride script
voidfunctionRegisterFormDyeColor(FormakForm, intcolor)NativeGlobal

Description

Documentation Comment

Registers the Form as a Dye with a color, 0x00FFFFFF is the universal dye


Caveats


Parameters

FormakForm

intcolor


Examples

Auto-Generated Example

Form myForm__akForm
int myInt__color

NiOverride.RegisterFormDyeColor(myForm__akForm, myInt__color)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.