Difference between revisions of "MiscObject Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
m (crosslinked)
imported>Qazaaq
(fixed link)
Line 14: Line 14:


== F4SE Structs ==
== F4SE Structs ==
*Struct [[MiscComponent Struct - MiscItem|MiscComponent]]
*Struct [[MiscComponent Struct - MiscObject|MiscComponent]]
**A structure that holds information about a component of the MiscObject.
**A structure that holds information about a component of the MiscObject.



Revision as of 13:19, 25 November 2018

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