Execute_CleanUpChildCarriableObjects
Description
Destroys all child objects of the BaseObject that are of the Carriable type (e.g., small items, food, or handheld tools).
Optionally filters by cleanup type (S1). Used to clean up items placed on or attached to a parent object.
Parameters
| Parameter | Description |
|---|
| BaseObject | The parent object whose carriable child objects will be destroyed |
| S1 | Optional cleanup type (EB1CleanUpObjectType). Defaults to All if not specified |
Examples
| Description | BaseObject | Command |
|---|
| Remove all carriable child items from Target | Target | CleanUpChildCarriableObjects |
| Remove Self object carriable children | Self | CleanUpChildCarriableObjects |