Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetHairColor(ActorakActor, ColorFormakColor)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

*Changes may persist throughout gaming session, even when reloading previous saves.


Caveats


Parameters

ActorakActor

ColorFormakColor


Examples

Auto-Generated Example

Actor myActor__akActor
ColorForm myColorForm__akColor

PO3_SKSEFunctions.SetHairColor(myActor__akActor, myColorForm__akColor)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.