Delete doodad(s)
wc3_delete_doodadDelete doodads from a Warcraft 3 map by editor ID, index, or type and save the map.
Instructions
Remove the doodad(s) matched by editorId, index, or type. Saves the map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapPath | Yes | Absolute path to the .w3x/.w3m map file | |
| select | Yes | Which doodad(s) — provide one of editorId/index/type | |
| outPath | No | Output map path. Defaults to "<map>.edited.<ext>" beside the source; pass the source path to overwrite in place. |