Difference between revisions of "TextureSet Script"
m
→SKSE Member Functions: Missed a space
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 m (→SKSE Member Functions: Missed a space) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
== Member Functions == | == Member Functions == | ||
None | None | ||
== 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 |