Sign In Register

How can we help you today?

Start a new topic
Answered

Shortcode list

Hey guys,


I'm storing our levels in GameSpark as downloadable. I was able to get a simple system up and running in no time and I'm happy of the results right now. 

Now I would like to make this more functional and for this I'm trying to retrieve the downloadable shortcodes available on gamespark. The problem is I can't seem to find something similar on your api, I'm I correct? Is there a way you planned to solve this particular problem?


Thanks for support, 


Enrico


Best Answer

Hi Enrico


Yo can get all the downloadable's for a game in cloud code using


Spark.getConfig().getDownloadables();


Regards

Katie

 


Answer

Hi Enrico


Yo can get all the downloadable's for a game in cloud code using


Spark.getConfig().getDownloadables();


Regards

Katie

 


2 people like this

Thanks a lot Katie

Login to post a comment