GetMiscComponents - MiscObject

From the Fallout4 CreationKit Wiki
Revision as of 01:45, 21 November 2018 by imported>Jimhsu (Added return value and example.)
Jump to navigation Jump to search
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

MiscComponent[] Function GetMiscComponents() Native

Parameters

  • None

Return Value

An array of MiscComponent structs.

Examples

MiscObject:MiscComponent[] Components = new MiscObject:MiscComponent[10]
Components = akTheMod.GetMiscComponents()

See Also