Difference between revisions of "ConstructibleObject Script"

From the Fallout4 CreationKit Wiki
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 constructible objects required item list entry..
**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

Events

None

See Also