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

Description

GitHub Wiki Description (PO3's PE)

  • Sets skin color (face and body).
  • Face shader is switched to FaceGenRGBTint to allow tint changes. Tintmasks will no longer work.
  • Has to be re-applied when armor is un/re-equipped.

Caveats


Parameters

ActorakActor

ColorFormakColor


Examples

Auto-Generated Example

Actor myActor__akActor
ColorForm myColorForm__akColor

PO3_SKSEFunctions.SetSkinColor(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.