Description
Wiki Description
Forces a new eye texture on the actor. This will only last until the actor reloads their 3D.
Documentation Comment
forces the eye texture for this actor to the give texture set
Parameters
TextureSetakNewTexture
CK Wiki Description
The set of textures to apply to the actor's eyes
Examples
;Force actor to have black eyes
TextureSet UndeadEyes
LivingCorpseRef.SetEyeTexture(UndeadEyes)Auto-Generated Example
TextureSet myTextureSet__akNewTexture
myActor__toCallFunctionOn.SetEyeTexture(myTextureSet__akNewTexture)