remove_mass_config_trait
Remove a specific trait from a Mass Entity Config asset by index or class name, preserving other traits.
Instructions
Remove a single trait from a Mass Entity Config without affecting other traits.
Identify the trait by EITHER trait_index OR trait_class (not both required).
Args: asset_path: Path to MassEntityConfigAsset trait_index: Index of the trait to remove trait_class: Class name or full path (e.g. "MassMovementTrait")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| trait_class | No | ||
| trait_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |