Scriptname TextureSet extends Form Hidden ; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC ; Returns the number of texture paths int Function GetNumTexturePaths() native ; Returns the path of the texture string Function GetNthTexturePath(int n) native ; Sets the path of the texture Function SetNthTexturePath(int n, string texturePath) native