コード例 #1
0
 public function testGetUGCFileDetails()
 {
     $steamID = 76561197962033671;
     $ugcId = 234650;
     $appId = ApplicationIDs::TeamFortress2;
     $response = ISteamEconomyAPI::getUGCFileDetails($steamID, $ugcId, $appId);
     $this->assertTrue($response ? true : false);
 }
コード例 #2
0
 public function testGetAssetPrices()
 {
     $appID = ApplicationIDs::TeamFortress2;
     $response = ISteamEconomyAPI::getAssetPrices($appID);
     $this->assertTrue($response ? true : false);
 }