MiscObject Script
Revision as of 00:23, 22 October 2017 by imported>ShadeMe (Add missing F4SE member functions)
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