Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionReplaceSkinTextureSet(ActorakActor, TextureSetakMaleTXST, TextureSetakFemaleTXST, intaiSlotMask, intaiTextureType=-1)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Replaces skin textureset for given slotmask (ie. body/hand).
  • Has to be reapplied when re-equipping armor.
  • If texture type is -1, the entire textureset is replaced, otherwise the texture map specified at [textureType] index is replaced.

Caveats


Parameters

ActorakActor

TextureSetakMaleTXST

TextureSetakFemaleTXST

intaiSlotMask

intaiTextureType=-1


Examples

Auto-Generated Example

Actor myActor__akActor
TextureSet myTextureSet__akMaleTXST
TextureSet myTextureSet__akFemaleTXST
int myInt__aiSlotMask
int myInt__aiTextureType

PO3_SKSEFunctions.ReplaceSkinTextureSet(myActor__akActor, myTextureSet__akMaleTXST, myTextureSet__akFemaleTXST, myInt__aiSlotMask, myInt__aiTextureType)

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.