SetEyeTexture - Actor
Member of: Actor Script
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)