Difference between revisions of "ConstructibleObject Script"
Jump to navigation
Jump to search
imported>Qazaaq (removed duplicate link) |
imported>Qazaaq (description) |
||
Line 15: | Line 15: | ||
== F4SE Structs == | == F4SE Structs == | ||
*Struct [[ConstructibleComponent Struct - ConstructibleObject|ConstructibleComponent]] | *Struct [[ConstructibleComponent Struct - ConstructibleObject|ConstructibleComponent]] | ||
**A structure that holds information about a | **A structure that holds information about a ''Constructible Objects'' required item list. | ||
== Member Functions == | == Member Functions == | ||
Line 22: | Line 22: | ||
== F4SE Member Functions == | == F4SE Member Functions == | ||
*ConstructibleComponent[] Function [[GetConstructibleComponents - ConstructibleObject|GetConstructibleComponents]]() | *ConstructibleComponent[] Function [[GetConstructibleComponents - ConstructibleObject|GetConstructibleComponents]]() | ||
** | **Returns an array of ConstructibleComponent structures for this constructible objects required item list. | ||
*Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components) | *Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components) | ||
** | **Sets the required item list for this constructible object. | ||
*Form Function [[GetCreatedObject - ConstructibleObject|GetCreatedObject]]() | *Form Function [[GetCreatedObject - ConstructibleObject|GetCreatedObject]]() | ||
** | ** |
Revision as of 01:48, 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.
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