Background for Skyrim SE
Member of the DbSkseFunctions script
ConstructibleObject[]functionGetAllConstructibleObjects(FormcreatedObject)NativeGlobal

Description

Documentation Comment

get all constructible objects that create the createdObject.
if none is passed in, get's all constructible objects in game.


Caveats


Parameters

FormcreatedObject


Examples

Auto-Generated Example

Form myForm__createdObject

ConstructibleObject[] returnedValue = DbSkseFunctions.GetAllConstructibleObjects(myForm__createdObject)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.