Using material.inc.php in gamename.game.php

Game development with Board Game Arena Studio
Post Reply
User avatar
Toto65
Posts: 1
Joined: 23 November 2018, 16:21

Using material.inc.php in gamename.game.php

Post by Toto65 »

I have some trouble using variables defined in material.inc.php in the function setupNewGame of gamename.game.php.
I simply define "$this->toto = array(2 => 150, 4 => 150);" in material,
but when I try to access them in the function setupNewGame of gamename.game.php with "$this->toto[2]", I get an error "Undefined property: GameName::$Array " when I start a new game.
User avatar
A-dam
Posts: 107
Joined: 28 September 2013, 18:15

Re: Using material.inc.php in gamename.game.php

Post by A-dam »

Looks good to me, are you sure the problem is not somwhere else?
Post Reply

Return to “Developers”