TextureSet Script

From the CreationKit Wiki
Jump to navigation Jump to search


Extends: Form Script (Requires 1.6)

Script for the manipulation of texture sets.

Definition[edit | edit source]

ScriptName TextureSet extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

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.

Events[edit | edit source]

None