Difference between revisions of "ConstructibleObject Script"
Jump to navigation
Jump to search
imported>Qazaaq (added f4se member) |
imported>Qazaaq (removed duplicate link) |
||
Line 3: | Line 3: | ||
'''Editor:''' [[Constructible Object]] | '''Editor:''' [[Constructible Object]] | ||
Script for the manipulation of a | Script for the manipulation of a '''Constructible Object'''. | ||
== Definition == | == Definition == | ||
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 constructible objects required item list entry. | **A structure that holds information about a constructible objects required item list entry.. | ||
== Member Functions == | == Member Functions == | ||
Line 46: | Line 46: | ||
== See Also == | == See Also == | ||
*[[ | *[[Keyword]] | ||
*[[Component]] | |||
*[[:Category:Items|Items Category]] | *[[:Category:Items|Items Category]] | ||
Revision as of 01:43, 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