Difference between revisions of "ConstructibleObject Script"
Jump to navigation
Jump to search
imported>Qazaaq |
imported>Qazaaq (added f4se member) |
||
Line 21: | Line 21: | ||
== F4SE Member Functions == | == F4SE Member Functions == | ||
*ConstructibleComponent[] Function [[GetConstructibleComponents - ConstructibleObject| | *ConstructibleComponent[] Function [[GetConstructibleComponents - ConstructibleObject|GetConstructibleComponents]]() | ||
** | ** | ||
*Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components) | *Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components) |
Revision as of 00:37, 16 October 2017
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 entry.
Member Functions
None
F4SE Member Functions
- ConstructibleComponent[] Function GetConstructibleComponents()
- Function SetConstructibleComponents(ConstructibleComponent[] components)
- 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