Apparatus Script

Revision as of 23:31, 5 October 2015 by imported>DavidJCobb (Seems like a reliable interpretation, in that TES5Edit lists some APPA forms in Skyrim.esm and they all exactly match this description.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

DefinitionEdit

ScriptName Apparatus extends MiscObject

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

SKSE Member FunctionsEdit

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

EventsEdit

None