MiscObject Script

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Extends: Form Script
Editor: MiscItem

Script for the manipulation of miscellaneous base objects.

Definition[edit | edit source]

ScriptName MiscObject extends Form Native Hidden

Properties[edit | edit source]

None

F4SE Structs[edit | edit source]

  • Struct MiscComponent
    • A structure that holds information about the Component Data of a MiscItem.

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

  • int Function GetObjectComponentCount(Component akComponent)
    • Gets the quantity of the given Component from the MiscItem Component Data.

F4SE Member Functions[edit | edit source]

  • 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.

Events[edit | edit source]

None

See Also[edit | edit source]