Difference between revisions of "TextureSet Script"
Jump to navigation
Jump to search
Added SKSE Functions
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 |