Difference between revisions of "ConstructibleObject Script"

From the Fallout4 CreationKit Wiki
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 [[Constructible Object]].
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 ==
*[[Constructible Object]]
*[[Keyword]]
*[[Component]]
*[[:Category:Items|Items Category]]
*[[:Category:Items|Items Category]]



Revision as of 02: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

Events

None

See Also