Difference between revisions of "Outfit Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added SKSE Member Function list
imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus Category:Script Objects '''Extends:''' Form Script Script for the manipulation of outfit objects. == Definition == <source …') |
imported>Behippo (→SKSE Member Functions: Added SKSE Member Function list) |
||
Line 20: | Line 20: | ||
== Member Functions == | == Member Functions == | ||
None | None | ||
== SKSE Member Functions == | |||
'''int Function [[GetNumParts - Outfit|GetNumParts]]()''' | |||
*Returns the number of parts to the outfit. | |||
'''Form Function [[GetNthPart - Outfit|GetNthPart]](int n)''' | |||
*Returns the specified part of the outfit. | |||
== Events == | == Events == | ||
None | None |