Make turn in game

Researching how to make a turn.

In your TicTacToe sample there is a call:

self.GameInstance:MakeMove(onTurnMade);  

Can’t find the MakeMove method, nor in any of the luas nor in the documentation.

Can somone explain how is that working?

Regards,

Damir.

Hello ubj3d.android,

There seems to be an issue with the link in the documentation that leads you to the Game Instance documentation. The correct urls for the documentation are:

http://docs.coronalabs.com/daily/plugin/together/togethergameinstance.html

and

https://github.com/TogetherGames/Public-Corona-Lua/wiki/togethergameinstance

The second link leads to our github wiki which also contains all of our Together plugin documentation.

Thank you for bringing this issue to our attention and we will make sure to get it fixed asap.

Hello ubj3d.android,

There seems to be an issue with the link in the documentation that leads you to the Game Instance documentation. The correct urls for the documentation are:

http://docs.coronalabs.com/daily/plugin/together/togethergameinstance.html

and

https://github.com/TogetherGames/Public-Corona-Lua/wiki/togethergameinstance

The second link leads to our github wiki which also contains all of our Together plugin documentation.

Thank you for bringing this issue to our attention and we will make sure to get it fixed asap.