MiscObject Script
Extends: Form Script
Editor: MiscItem
Script for the manipulation of miscellaneous base objects.
DefinitionEdit
ScriptName MiscObject extends Form Native Hidden
PropertiesEdit
None
F4SE StructsEdit
- Struct MiscComponent
- A structure that holds information about the Component Data of a MiscItem.
Global FunctionsEdit
None
Member FunctionsEdit
- int Function GetObjectComponentCount(Component akComponent)
- Gets the quantity of the given Component from the MiscItem Component Data.
F4SE Member FunctionsEdit
- MiscComponent[] Function GetMiscComponents()
- Gets the Component Data for this MiscItem as an array of MiscComponent structures.
- Function SetMiscComponents(MiscComponent[] akComponents)
- Sets the Component Data for this MiscItem using an array of MiscComponent structures.
EventsEdit
None