TextureSet Script

From the CreationKit Wiki
Revision as of 23:43, 29 October 2013 by imported>CraftySentinel (Added SKSE Functions)
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

Function Description
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

None