Water

Results 17 issues of Water

hint: https://www.hiveworkshop.com/threads/blp-specifications-wc3.279306/

…terState The notes are concerning the color of attached effects, the portrait model of units, and that AddSpecialEffectTarget can only be used on units.

Since there are gaps in the event ids (https://docs.google.com/spreadsheets/d/1-NSMX9DMqIEAqvLgb_dYNZnM3bKYkittpePcB5_cnAc/edit#gid=0), I have been searching for hidden events with bruteforce methods. So far, there has not been too much luck, but still...

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...

Hi, do we have formal grammars for WTS and TXT? WTS can have comments with double forward slashes and there are edge considerations like what if there are no line...

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...