SetEyeTexture - Actor

From the Fallout4 CreationKit Wiki
Revision as of 15:37, 7 May 2012 by imported>Iceburg333 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script Forces a new eye texture on the actor. This will only last until the actor reloads their 3D. == Sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]