Background for Skyrim SE
Member of the NiOverride script
voidfunctionRevertHeadOverlay(ObjectReferenceref, stringnodeName, intpartType, intshaderType)NativeGlobal

Description

Documentation Comment

Restores the original non-diffuse skin textures to particular overlay
Valid partTypes
1 - Face
Valid shaderTypes
4 - FaceTint


Parameters

  1. ObjectReferenceref

  2. stringnodeName

  3. intpartType

  4. intshaderType


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
string myString__nodeName
int myInt__partType
int myInt__shaderType

NiOverride.RevertHeadOverlay(myObjectReference__ref, myString__nodeName, myInt__partType, myInt__shaderType)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.