Difference between revisions of "TextureSet Script"
Jump to navigation
Jump to search
imported>CraftySentinel (Added SKSE Functions) |
imported>CraftySentinel m (→SKSE Member Functions: Reverted to List) |
||
Line 23: | Line 23: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
:'''Int [[GetNumTexturePaths - TextureSet|GetNumTexturePaths]]()''' | |||
:*Returns the number of texture paths. | |||
:'''String[[GetNthTexturePath - TextureSet|GetNthTexturePath]](Int ''n'')''' | |||
:*Returns the Nth texture path. | |||
:'''[[SetNthTexturePath - TextureSet|SetNthTexturePath]](Int ''n'', String ''texturePath'')''' | |||
:*Sets the Nth texture path. | |||
== Events == | == Events == | ||
None | None |
Revision as of 22:19, 2 February 2014
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