MiscObject Script

Revision as of 02:09, 28 October 2017 by imported>Qazaaq (crosslinked)

Extends: Form Script
Editor: MiscItem

Script for the manipulation of miscellaneous base objects.

Definition

ScriptName MiscObject extends Form Native Hidden

Properties

None

F4SE Structs

  • Struct MiscComponent
    • A structure that holds information about a component of the MiscObject.

Global Functions

None

Member Functions

  • int Function GetObjectComponentCount(Component akComponent)
    • Returns the number of the given component this form has.

F4SE Member Functions

  • MiscComponent[] Function GetMiscComponents()
    • Returns the MiscComponents this MiscObject has.
  • Function SetMiscComponents(MiscComponent[] akComponents)
    • Sets the MiscComponents this MiscObject has.

Events

None

See Also