Difference between revisions of "ConstructibleObject Script"

From the Fallout4 CreationKit Wiki
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|xxxxxxxxxxxxxxxx]]()
*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

Events

None

See Also