TextureSet Script


Extends: Form Script (Requires 1.6)

Script for the manipulation of texture sets.

DefinitionEdit

ScriptName TextureSet extends Form

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

SKSE Member FunctionsEdit

Int GetNumTexturePaths()
  • Returns the number of texture paths.
String GetNthTexturePath(Int n)
  • Returns the Nth texture path.
SetNthTexturePath(Int n, String texturePath)
  • Sets the Nth texture path.

EventsEdit

None