Difference between revisions of "Outfit Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
m (→‎SKSE Member Functions: Formatting Change)
imported>CraftySentinel
m (→‎SKSE Member Functions: Formatting Change)
Line 37: Line 37:
|-
|-


|}== 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

Revision as of 05:18, 24 October 2013


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

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

Events

None