SetConstructibleComponents - ConstructibleObject

From the Fallout4 CreationKit Wiki
Revision as of 01:32, 16 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: ConstructibleObject Script

Returns an array of ConstructibleComponent structures for this constructible objects required item list.

Syntax

Function SetConstructibleComponents(ConstructibleComponent[] components) Native

Parameters

Return Value

None

Examples

myConstructibleObject.SetConstructibleComponents(components)
Debug.Trace(myConstructibleObject+" now has "+" "+components+" as required items.")

Notes

None

See Also