- Found in:
- PO3's PE
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
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
