ConstructibleObject Script
Revision as of 01:48, 16 October 2017 by imported>Qazaaq (description)
Extends: MiscObject Script
Editor: Constructible Object
Script for the manipulation of a Constructible Object.
Definition
ScriptName ConstructibleObject extends MiscObject Native Hidden
Properties
None
F4SE Structs
- Struct ConstructibleComponent
- A structure that holds information about a Constructible Objects required item list.
Member Functions
None
F4SE Member Functions
- ConstructibleComponent[] Function GetConstructibleComponents()
- Returns an array of ConstructibleComponent structures for this constructible objects required item list.
- Function SetConstructibleComponents(ConstructibleComponent[] components)
- Sets the required item list for this constructible object.
- Form Function GetCreatedObject()
- Function SetCreatedObject(Form akForm)
- int Function GetCreatedCount()
- Function SetCreatedCount(int count)
- int Function GetPriority()
- Function SetPriority(int priority)
- Keyword Function GetWorkbenchKeyword()
- Function SetWorkbenchKeyword(Keyword akKeyword)
Events
None