TextureSet Script

From the CreationKit Wiki
Revision as of 22:19, 2 February 2014 by imported>CraftySentinel (→‎SKSE Member Functions: Reverted to List)
Jump to navigation Jump to search


Extends: Form Script (Requires 1.6)

Script for the manipulation of texture sets.

Definition

ScriptName TextureSet extends Form

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

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

Events

None