Difference between revisions of "GetMiscComponents - MiscObject"

Added return value and example.
imported>Qazaaq
(added f4se member)
 
imported>Jimhsu
(Added return value and example.)
Line 14: Line 14:


== Return Value ==
== Return Value ==
*Placeholder Description.
An array of MiscComponent structs.


== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
; Placeholder Code.
MiscObject:MiscComponent[] Components = new MiscObject:MiscComponent[10]
Components = akTheMod.GetMiscComponents()
</source>
</source>


Anonymous user