cervus icon indicating copy to clipboard operation
cervus copied to clipboard

Return the handler from game.on

Open stasm opened this issue 6 years ago • 0 comments

This makes it easier to bind an anonymous handler to a variable:

let handler = game.on("event", () => ...);

stasm avatar Sep 17 '18 07:09 stasm