stijnherfst / HiveWE

A Warcraft III world editor.
GNU Affero General Public License v3.0
352 stars 55 forks source link

Wiki: update war3map.wtg documentation #82

Closed Drake53 closed 2 years ago

Drake53 commented 2 years ago

https://github.com/stijnherfst/HiveWE/wiki/war3map.wtg-Triggers

Categories have a property between IsComment and ParentCategoryId that is currently listed as unknown, after a little experiment I have concluded that this property should be a boolean that indicates whether the category has been collapsed (0) or expanded (1) in the trigger editor.

BogdanW3 commented 2 years ago

It's the one thing I couldn't figure out because I never close my categories. Thank you a lot for figuring this out!

I don't think the latest WE uses it though, but it is still helpful to have it documented.

stijnherfst commented 2 years ago

Alright, thanks! I've updated the wiki with the new information.