Difference between revisions of "MiscComponent Struct - MiscObject"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
m (Scrivener07 moved page MiscComponent Struct - MiscItem to MiscComponent Struct - MiscObject: Wrong script type.)
imported>Qazaaq
m (minor see also link)
Line 23: Line 23:


== See Also ==
== See Also ==
*[[MiscObject Script]]
*[[MiscItem]]




[[Category: Scripting]]
[[Category:Scripting]]
[[Category: Papyrus]]
[[Category:Papyrus]]
[[Category: F4SE]]
[[Category:F4SE]]

Revision as of 13:56, 25 November 2018

This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: MiscObject Script
Requires F4SE version 0.4.2 or higher.

Placeholder Description.

Syntax

Struct MiscComponent
    Component Object
    int Count
EndStruct

Members

  • Object: Placeholder Description.
  • Count: Placeholder Description.

Examples

; Placeholder Code.

See Also