Delete region(s)
wc3_delete_regionDelete specified regions from a Warcraft III map using their id, name, or index, and save the map automatically.
Instructions
Remove the region(s) matched by id, name, or index. Saves the map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapPath | Yes | Absolute path to the .w3x/.w3m map file | |
| select | Yes | Which region(s) to delete — provide one of id/name/index | |
| outPath | No | Output map path. Defaults to "<map>.edited.<ext>" beside the source; pass the source path to overwrite in place. |