SetEyeTexture - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

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

Syntax[edit | edit source]

Function SetEyeTexture(TextureSet akTexture) native

Parameters[edit | edit source]

  • akTexture: The set of textures to apply to the actor's eyes

Return Value[edit | edit source]

None.

Example[edit | edit source]

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


See Also[edit | edit source]