GetMiscComponents - MiscObject
Revision as of 00:45, 21 November 2018 by imported>Jimhsu (Added return value and example.)
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()