MiscObject Script
Revision as of 13:19, 25 November 2018 by imported>Qazaaq (fixed link)
Extends: Form Script
Editor: MiscItem
Script for the manipulation of miscellaneous base objects.
Definition
ScriptName MiscObject extends Form Native Hidden
Properties
None
F4SE Structs
- Struct MiscComponent
- A structure that holds information about a component of the MiscObject.
Global Functions
None
Member Functions
- int Function GetObjectComponentCount(Component akComponent)
- Returns the number of the given component this form has.
F4SE Member Functions
- MiscComponent[] Function GetMiscComponents()
- Returns the MiscComponents this MiscObject has.
- Function SetMiscComponents(MiscComponent[] akComponents)
- Sets the MiscComponents this MiscObject has.
Events
None