Berserk-Games / atom-tabletopsimulator-lua

Tabletop Simulator scripting package for Atom.
Other
36 stars 26 forks source link

onObjectDrop() autocomplete inverts the parameters #122

Closed unrealed closed 4 years ago

unrealed commented 4 years ago

onObjectDrop() in Atom gets autocompleted to have (dropped_object, player_color) automatically added as the parameters. However, the ACTUAL parameters are the opposite! It should be (player_color, dropped_object)!

onelivesleft commented 4 years ago

Fixed in 12.4.0