SetConstructibleComponents - ConstructibleObject
Revision as of 01:32, 16 October 2017 by imported>Qazaaq (added f4se member)
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
- components: An array of ConstructibleComponent structures for this constructible objects required item list.
Return Value
None
Examples
myConstructibleObject.SetConstructibleComponents(components)
Debug.Trace(myConstructibleObject+" now has "+" "+components+" as required items.")
Notes
None