Difference between revisions of "TextureSet Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>JLundin
(Created page with "Category:Scripting Category:Papyrus Category:Script Objects '''Extends:''' Form Script ''(Requires 1.6)'' Script for the manipulation of texture sets. == De...")
 
imported>CraftySentinel
(Added SKSE Functions)
Line 20: Line 20:
== Member Functions ==
== Member Functions ==
None
None
== SKSE Member Functions ==
{|class="wikitable" width =100%
!style="text-align:left;"|Function
!style="text-align:left;"|Description
|-
|[[GetNumTexturePaths - TextureSet|Int '''GetNumTexturePaths'''()]]
|Returns the number of texture paths.
|-
|[[GetNthTexturePath - TextureSet|String '''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 23:43, 29 October 2013


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