Read the string table
wc3_read_stringsReads string table from Warcraft III map files, returning a map of TRIGSTR identifiers to their text values such as unit names, quest text, and tooltips.
Instructions
Read war3map.wts as a { id: text } map. Many map fields are stored as TRIGSTR_### references into this table (map/unit names, quest text, tooltips, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapPath | Yes | Absolute path to the .w3x/.w3m map file |