Difference between revisions of "Apparatus Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
imported>DavidJCobb
(Seems like a reliable interpretation, in that TES5Edit lists some APPA forms in Skyrim.esm and they all exactly match this description.)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
'''Extends:''' [[MiscObject Script]]
'''Extends:''' [[MiscObject Script]]


Script for the manipulation of apparatus base objects.
Script for the manipulation of apparatus base objects. The "Apparatus" type appears to be a scrapped form type meant to represent tools used to craft other objects, such as hammers for forges and [https://en.wikipedia.org/wiki/Retort retorts] for alchemy labs; it does not appear to have any direct representation in the Creation Kit.


== Definition ==
== Definition ==
Line 25: Line 25:
== SKSE Member Functions ==
== SKSE Member Functions ==


{|class="wikitable" width =100%
:'''Int [[GetQuality - Apparatus|GetQuality]]()'''
!style="text-align:left;" width=25%|Function
:*Returns the quality of this apparatus.
!style="text-align:left;"|Description
|-
|[[GetQuality - Apparatus|Int '''GetQuality'''()]]
|Returns the quality of this apparatus.
|-


|[[SetQuality - Apparatus|'''SetQuality'''(Int ''quality'')]]
:'''[[SetQuality - Apparatus|SetQuality]](Int ''quality'')'''
|Changes the quality of this apparatus.
:*Changes the quality of this apparatus.
|-
 
|}


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

Latest revision as of 23:31, 5 October 2015


Extends: MiscObject Script

Script for the manipulation of apparatus base objects. The "Apparatus" type appears to be a scrapped form type meant to represent tools used to craft other objects, such as hammers for forges and retorts for alchemy labs; it does not appear to have any direct representation in the Creation Kit.

Definition[edit | edit source]

ScriptName Apparatus extends MiscObject

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

Int GetQuality()
  • Returns the quality of this apparatus.
SetQuality(Int quality)
  • Changes the quality of this apparatus.

Events[edit | edit source]

None