SetEyeTexture - Actor

Revision as of 09:53, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Forces a new eye texture on the actor. This will only last until the actor re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script (Requires 1.6)

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

SyntaxEdit

Function SetEyeTexture(TextureSet akTexture) native

ParametersEdit

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

Return ValueEdit

None.

ExampleEdit

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


See AlsoEdit