Questions tagged [steam-condenser]

The Steam Condenser is a multi-language library for querying the Steam Community, Source and GoldSrc game servers as well as the Steam master servers. Currently it is implemented in Java, PHP and Ruby. It is free software; you can redistribute it and/or modify it under the terms of the new BSD License.

17 questions
0
votes
1 answer

Unable to resolve static method

I have been messing around with steam-condenser and have made an android app to test out some small bits like grabbing achievements but have run into problems with one of the classes inside the .jar file. The method imports org.json.JSONObject and…
Fiji
  • 1
  • 2
0
votes
2 answers

Access Object Data [name:SteamPLayer:private] in foreach loop

How do I access data in an object array like this? In a foreach loop. [name:SteamPlayer:private] => Pingu Gaige Full array here: http://paste.laravel.com/Xic I have: foreach($players as $player){ echo $player.. now I'm lost. }
Nicekiwi
  • 4,567
  • 11
  • 49
  • 88
1
2