Background for Fallout 4
Member of the Actor script
voidfunctionSetEyeTexture(TextureSetakNewTexture)Native

Description

Wiki Description

Forces a new eye texture on the actor. This will only last until the actor reloads their 3D.

Documentation Comment

forces the eye texture for this actor to the give texture set


Parameters

  1. TextureSetakNewTexture

    CK Wiki Description

    The set of textures to apply to the actor's eyes


Examples

;Force actor to have black eyes
TextureSet UndeadEyes
LivingCorpseRef.SetEyeTexture(UndeadEyes)

Auto-Generated Example

TextureSet myTextureSet__akNewTexture

myActor__toCallFunctionOn.SetEyeTexture(myTextureSet__akNewTexture)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.