- Found in:
- PO3's PE
voidfunctionReplaceFaceTextureSet(ActorakActor, TextureSetakMaleTXST, TextureSetakFemaleTXST, intaiTextureType=-1)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Replaces face textureset. Can be applied to non-unique actors.
- If texture type is -1, the entire textureset is replaced
- Otherwise the texture map specified at [textureType] index is replaced.
- Replacing the entire textureset may cause a visible neckseam.
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
TextureSet myTextureSet__akMaleTXST
TextureSet myTextureSet__akFemaleTXST
int myInt__aiTextureType
PO3_SKSEFunctions.ReplaceFaceTextureSet(myActor__akActor, myTextureSet__akMaleTXST, myTextureSet__akFemaleTXST, myInt__aiTextureType)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
