Difference between revisions of "Outfit Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>PurpleLunchbox
imported>CraftySentinel
m (→‎SKSE Member Functions: Reverted to List)
 
(2 intermediate revisions by the same user not shown)
Line 24: Line 24:


== SKSE Member Functions ==
== SKSE Member Functions ==
'''int Function [[GetNumParts - Outfit|GetNumParts]]()'''
*Returns the number of parts to the outfit.


'''Form Function [[GetNthPart - Outfit|GetNthPart]](int n)'''
:'''Int [[GetNumParts - Outfit|GetNumParts]]()'''
*Returns the specified part of the outfit.
:*Returns the number of parts to the outfit.
 
:'''Form [[GetNthPart - Outfit|GetNthPart]](Int ''n'')'''
:*Returns the specified part of the outfit.


== Events ==
== Events ==
None
None

Latest revision as of 19:53, 2 February 2014


Extends: Form Script

Script for the manipulation of outfit objects.

Definition[edit | edit source]

ScriptName Outfit extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

Int GetNumParts()
  • Returns the number of parts to the outfit.
Form GetNthPart(Int n)
  • Returns the specified part of the outfit.

Events[edit | edit source]

None