Page 1 of 1

How to add buttons to title bar ?

Posted: 18 July 2022, 09:29
by tet2brick
Hello everybody,

I need to add buttons (displayed or not depending on the current states) to the main title bar like here :

Image

Can someone help me ?

Thanks !

this.addActionButton

Posted: 18 July 2022, 10:27
by RicardoRix
https://en.doc.boardgamearena.com/Game_ ... amename.js

this.addActionButton( id, label, method, (opt)destination, (opt)blinking, (opt)color )

Re: How to add buttons to title bar ?

Posted: 18 July 2022, 11:02
by tet2brick
Thank you !

I'll looked this file up and down, but I didn't look for the right terms I think :oops:

Thanks !