Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetArtObjectNthTextureSet(ArtartObject, TextureSettextureSet, intn)NativeGlobal

Description

Documentation Comment

This function isn't working yet. Technically it's being set successfully internally but can't get it to display in game.
At least with VisualEffect.play(). I'm working on a fix for this.


Caveats


Parameters

ArtartObject

TextureSettextureSet

intn


Examples

Auto-Generated Example

Art myArt__artObject
TextureSet myTextureSet__textureSet
int myInt__n

DbSkseFunctions.SetArtObjectNthTextureSet(myArt__artObject, myTextureSet__textureSet, myInt__n)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.