SetEyeTexture - Actor
Jump to navigation
Jump to search
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.
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)