Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetHeadPartAlpha(ActorakActor, intaiPartType, floatafAlpha)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • See HeadPart.GetType()
  • Doesn't work for some hair types and heterochromic eyes

Caveats


Parameters

ActorakActor

intaiPartType

floatafAlpha


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiPartType
float myFloat__afAlpha

PO3_SKSEFunctions.SetHeadPartAlpha(myActor__akActor, myInt__aiPartType, myFloat__afAlpha)

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.