Page 1 of 1

Get table Id in logic.game.php

Posted: 06 May 2020, 13:17
by Mistergos
Hi there

I would like to know the id of the table in my php logic. I cannot found a method to do that. It does not seem to be in database neither.
Does anyone know how to do it?

Re: Get table Id in logic.game.php

Posted: 06 May 2020, 14:44
by Benoit314
I don't see why you need the table id, but you can get it with:

Code: Select all

yourgame.game.php


$this->table_id

Re: Get table Id in logic.game.php

Posted: 06 May 2020, 15:51
by Mistergos
Great. Thank you very much.