Background for Fallout 4
Member of the ConstructibleObject script
FormfunctionGetCreatedObject()Native

Description

Wiki Description

Gets the created object Form for this constructible object.


Caveats

CK Wiki - Notes

None


Examples

Form created = myConstructibleObject.GetCreatedObject()
Debug.Trace(created)

Auto-Generated Example

Form returnedValue = myConstructibleObject__toCallFunctionOn.GetCreatedObject()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.