jassdoc
jassdoc copied to clipboard
Document the WarCraft 3 API
https://www.hiveworkshop.com/threads/what-is-the-function-removeplayer-for.114915/
There is this note on `GetRandomInt`: `@note If lowBound > highBound then it just swaps the values.` https://github.com/lep/jassdoc/blob/e0ae9a48607b54290f8c57f1d8958a1ca69fad7e/common.j#L17280C1-L17280C61 I could not confirm this in a recent version (1.36.1.21015) as pointed...
In old versions of warcraft 3, ResumeTimer crashs the game when the timer never was started. I tested and encountered this bug in V1.31.1, V1.29.2 & V1.26a. According to Water...
See https://www.hiveworkshop.com/threads/list-of-warcraft-iii-crashes.194706/page-4#post-3637812 Would be worth mentioning? Besides, can this tool be integrated in TESH? I guess map creators will write JASS/vJass code mostly with TESH and it would be helpful...
On latest version, 1.36.2.21230, `CreateTrackable` appears to take facing in radians. The documentation currently says it would take degrees: https://github.com/lep/jassdoc/blob/54d07bd9d4ab17c1ee16761fc0c5ad97f60c34fc/common.j#L18652 Is this just wrong or was there a regression by...