GetMiscComponents - MiscObject

Revision as of 01:47, 21 November 2018 by imported>Jimhsu
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 = MyMiscObject.GetMiscComponents()

See Also