SetEyeTexture - Actor
Revision as of 14: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...")
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)