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

Description

Wiki Description

Sets the created object Form for this constructible object.


Caveats

CK Wiki - Notes

None


Parameters

FormakForm

CK Wiki Description

The object Form this constructible object should create.


Examples

myConstructibleObject.SetCreatedObject(BaseballBat)
Debug.Trace("The constructible object now creates a " + BaseballBat)

Auto-Generated Example

Form myForm__akForm

myConstructibleObject__toCallFunctionOn.SetCreatedObject(myForm__akForm)

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.