Difference between revisions of "Outfit Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Behippo
(→‎SKSE Member Functions: Added SKSE Member Function list)
imported>PurpleLunchbox
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:SKSE]]


'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]

Revision as of 22:14, 13 May 2012


Extends: Form Script

Script for the manipulation of outfit objects.

Definition

ScriptName Outfit extends Form

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

int Function GetNumParts()

  • Returns the number of parts to the outfit.

Form Function GetNthPart(int n)

  • Returns the specified part of the outfit.

Events

None