TextureSet Script
Revision as of 22:19, 2 February 2014 by imported>CraftySentinel (→SKSE Member Functions: Reverted to List)
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