steam-condenser 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +7 -7
- data/README.md +9 -2
- data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +426 -0
- data/doc/A2S_INFO_Packet.html +260 -0
- data/doc/A2S_PLAYER_Packet.html +295 -0
- data/doc/A2S_RULES_Packet.html +296 -0
- data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +261 -0
- data/doc/AbstractL4DStats.html +978 -0
- data/doc/AbstractL4DWeapon.html +734 -0
- data/doc/Achievement.html +660 -0
- data/doc/AlienSwarmMission.html +1557 -0
- data/doc/AlienSwarmStats.html +965 -0
- data/doc/AlienSwarmWeapon.html +640 -0
- data/doc/AppNews.html +1442 -0
- data/doc/C2M_CHECKMD5_Packet.html +341 -0
- data/doc/CSSMap.html +806 -0
- data/doc/CSSStats.html +825 -0
- data/doc/CSSWeapon.html +889 -0
- data/doc/Cacheable.html +913 -0
- data/doc/Cacheable/ClassMethods.html +696 -0
- data/doc/DefenseGridStats.html +2559 -0
- data/doc/DoDSClass.html +1264 -0
- data/doc/DoDSStats.html +486 -0
- data/doc/DoDSWeapon.html +806 -0
- data/doc/Dota2BetaInventory.html +339 -0
- data/doc/Dota2Inventory.html +339 -0
- data/doc/Dota2Item.html +388 -0
- data/doc/Dota2Stats.html +366 -0
- data/doc/GameAchievement.html +1257 -0
- data/doc/GameClass.html +321 -0
- data/doc/GameInventory.html +1363 -0
- data/doc/GameItem.html +1339 -0
- data/doc/GameLeaderboard.html +1609 -0
- data/doc/GameLeaderboardEntry.html +629 -0
- data/doc/GameSchema.html +568 -0
- data/doc/GameServer.html +2405 -0
- data/doc/GameStats.html +1461 -0
- data/doc/GameWeapon.html +590 -0
- data/doc/GoldSrcServer.html +740 -0
- data/doc/GoldSrcSocket.html +850 -0
- data/doc/ItemSchema.html +780 -0
- data/doc/L4D2Map.html +739 -0
- data/doc/L4D2Stats.html +930 -0
- data/doc/L4D2Weapon.html +486 -0
- data/doc/L4DExplosive.html +374 -0
- data/doc/L4DMap.html +776 -0
- data/doc/L4DStats.html +530 -0
- data/doc/L4DWeapon.html +296 -0
- data/doc/M2A_SERVER_BATCH_Packet.html +430 -0
- data/doc/M2C_ISVALIDMD5_Packet.html +383 -0
- data/doc/M2S_REQUESTRESTART_Packet.html +382 -0
- data/doc/MasterServer.html +1070 -0
- data/doc/MasterServerSocket.html +293 -0
- data/doc/Module.html +194 -0
- data/doc/PacketFormatError.html +257 -0
- data/doc/Portal2Inventory.html +339 -0
- data/doc/Portal2Item.html +499 -0
- data/doc/Portal2Stats.html +368 -0
- data/doc/RCONAuthRequest.html +318 -0
- data/doc/RCONAuthResponse.html +305 -0
- data/doc/RCONBanError.html +247 -0
- data/doc/RCONExecRequest.html +318 -0
- data/doc/RCONExecResponse.html +407 -0
- data/doc/RCONGoldSrcRequest.html +363 -0
- data/doc/RCONGoldSrcResponse.html +367 -0
- data/doc/RCONNoAuthError.html +247 -0
- data/doc/RCONPacket.html +548 -0
- data/doc/RCONPacketFactory.html +300 -0
- data/doc/RCONSocket.html +669 -0
- data/doc/RCONTerminator.html +304 -0
- data/doc/RequestWithChallenge.html +233 -0
- data/doc/S2A_INFO2_Packet.html +371 -0
- data/doc/S2A_INFO_BasePacket.html +357 -0
- data/doc/S2A_INFO_DETAILED_Packet.html +370 -0
- data/doc/S2A_LOGSTRING_Packet.html +373 -0
- data/doc/S2A_PLAYER_Packet.html +417 -0
- data/doc/S2A_RULES_Packet.html +411 -0
- data/doc/S2C_CHALLENGE_Packet.html +370 -0
- data/doc/S2M_HEARTBEAT2_Packet.html +444 -0
- data/doc/Server.html +781 -0
- data/doc/SourceServer.html +776 -0
- data/doc/SourceSocket.html +366 -0
- data/doc/StatsAttribute.html +514 -0
- data/doc/SteamCondenser.html +155 -0
- data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +413 -0
- data/doc/SteamCondenser/A2S_INFO_Packet.html +249 -0
- data/doc/SteamCondenser/A2S_PLAYER_Packet.html +281 -0
- data/doc/SteamCondenser/A2S_RULES_Packet.html +282 -0
- data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +250 -0
- data/doc/SteamCondenser/AbstractL4DStats.html +954 -0
- data/doc/SteamCondenser/AbstractL4DWeapon.html +703 -0
- data/doc/SteamCondenser/AlienSwarmMission.html +1494 -0
- data/doc/SteamCondenser/AlienSwarmStats.html +938 -0
- data/doc/SteamCondenser/AlienSwarmWeapon.html +614 -0
- data/doc/SteamCondenser/AppNews.html +1387 -0
- data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +327 -0
- data/doc/SteamCondenser/CSSMap.html +774 -0
- data/doc/SteamCondenser/CSSStats.html +799 -0
- data/doc/SteamCondenser/CSSWeapon.html +855 -0
- data/doc/SteamCondenser/Cacheable.html +698 -0
- data/doc/SteamCondenser/Cacheable/ClassMethods.html +531 -0
- data/doc/SteamCondenser/Community.html +134 -0
- data/doc/SteamCondenser/DefenseGridStats.html +2455 -0
- data/doc/SteamCondenser/DoDSClass.html +1209 -0
- data/doc/SteamCondenser/DoDSStats.html +470 -0
- data/doc/SteamCondenser/DoDSWeapon.html +774 -0
- data/doc/SteamCondenser/Error.html +156 -0
- data/doc/SteamCondenser/Error/PacketFormat.html +246 -0
- data/doc/SteamCondenser/Error/RCONBan.html +237 -0
- data/doc/SteamCondenser/Error/RCONNoAuth.html +236 -0
- data/doc/SteamCondenser/Error/Timeout.html +238 -0
- data/doc/SteamCondenser/Error/WebApi.html +339 -0
- data/doc/SteamCondenser/GameAchievement.html +1210 -0
- data/doc/SteamCondenser/GameClass.html +306 -0
- data/doc/SteamCondenser/GameInventory.html +1236 -0
- data/doc/SteamCondenser/GameItem.html +1282 -0
- data/doc/SteamCondenser/GameLeaderboard.html +1562 -0
- data/doc/SteamCondenser/GameLeaderboardEntry.html +604 -0
- data/doc/SteamCondenser/GameServer.html +2337 -0
- data/doc/SteamCondenser/GameStats.html +1416 -0
- data/doc/SteamCondenser/GameWeapon.html +566 -0
- data/doc/SteamCondenser/GoldSrcServer.html +716 -0
- data/doc/SteamCondenser/GoldSrcSocket.html +831 -0
- data/doc/SteamCondenser/L4D2Map.html +713 -0
- data/doc/SteamCondenser/L4D2Stats.html +906 -0
- data/doc/SteamCondenser/L4D2Weapon.html +466 -0
- data/doc/SteamCondenser/L4DExplosive.html +362 -0
- data/doc/SteamCondenser/L4DMap.html +746 -0
- data/doc/SteamCondenser/L4DStats.html +513 -0
- data/doc/SteamCondenser/L4DWeapon.html +284 -0
- data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +415 -0
- data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +368 -0
- data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +367 -0
- data/doc/SteamCondenser/MasterServer.html +1046 -0
- data/doc/SteamCondenser/MasterServerSocket.html +282 -0
- data/doc/SteamCondenser/Portal2Inventory.html +217 -0
- data/doc/SteamCondenser/Portal2Item.html +483 -0
- data/doc/SteamCondenser/Portal2Stats.html +353 -0
- data/doc/SteamCondenser/RCONAuthRequest.html +306 -0
- data/doc/SteamCondenser/RCONAuthResponse.html +293 -0
- data/doc/SteamCondenser/RCONExecRequest.html +306 -0
- data/doc/SteamCondenser/RCONExecResponse.html +392 -0
- data/doc/SteamCondenser/RCONGoldSrcRequest.html +349 -0
- data/doc/SteamCondenser/RCONGoldSrcResponse.html +354 -0
- data/doc/SteamCondenser/RCONPacket.html +530 -0
- data/doc/SteamCondenser/RCONPacketFactory.html +293 -0
- data/doc/SteamCondenser/RCONSocket.html +649 -0
- data/doc/SteamCondenser/RCONTerminator.html +292 -0
- data/doc/SteamCondenser/RequestWithChallenge.html +223 -0
- data/doc/SteamCondenser/S2A_INFO2_Packet.html +359 -0
- data/doc/SteamCondenser/S2A_INFO_BasePacket.html +342 -0
- data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_PLAYER_Packet.html +402 -0
- data/doc/SteamCondenser/S2A_RULES_Packet.html +396 -0
- data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +356 -0
- data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +430 -0
- data/doc/SteamCondenser/Server.html +754 -0
- data/doc/SteamCondenser/Servers.html +133 -0
- data/doc/SteamCondenser/SourceServer.html +752 -0
- data/doc/SteamCondenser/SourceSocket.html +355 -0
- data/doc/SteamCondenser/SteamGame.html +1802 -0
- data/doc/SteamCondenser/SteamGroup.html +969 -0
- data/doc/SteamCondenser/SteamId.html +4242 -0
- data/doc/SteamCondenser/SteamPacket.html +456 -0
- data/doc/SteamCondenser/SteamPacketFactory.html +521 -0
- data/doc/SteamCondenser/SteamPlayer.html +1696 -0
- data/doc/SteamCondenser/SteamSocket.html +679 -0
- data/doc/SteamCondenser/TF2BetaInventory.html +198 -0
- data/doc/SteamCondenser/TF2Class.html +1145 -0
- data/doc/SteamCondenser/TF2ClassFactory.html +263 -0
- data/doc/SteamCondenser/TF2Engineer.html +534 -0
- data/doc/SteamCondenser/TF2GoldenWrench.html +731 -0
- data/doc/SteamCondenser/TF2Inventory.html +217 -0
- data/doc/SteamCondenser/TF2Item.html +482 -0
- data/doc/SteamCondenser/TF2Medic.html +445 -0
- data/doc/SteamCondenser/TF2Sniper.html +357 -0
- data/doc/SteamCondenser/TF2Spy.html +531 -0
- data/doc/SteamCondenser/TF2Stats.html +670 -0
- data/doc/SteamCondenser/TimeoutError.html +249 -0
- data/doc/SteamCondenser/WebApi.html +999 -0
- data/doc/SteamCondenser/XMLData.html +171 -0
- data/doc/SteamCondenserError.html +153 -0
- data/doc/SteamGame.html +1859 -0
- data/doc/SteamGroup.html +1012 -0
- data/doc/SteamId.html +4369 -0
- data/doc/SteamPacket.html +469 -0
- data/doc/SteamPacketFactory.html +545 -0
- data/doc/SteamPlayer.html +1766 -0
- data/doc/SteamSocket.html +699 -0
- data/doc/StringIO.html +947 -0
- data/doc/TF2BetaInventory.html +315 -0
- data/doc/TF2Class.html +1194 -0
- data/doc/TF2ClassFactory.html +273 -0
- data/doc/TF2Engineer.html +558 -0
- data/doc/TF2GoldenWrench.html +760 -0
- data/doc/TF2Inventory.html +339 -0
- data/doc/TF2Item.html +499 -0
- data/doc/TF2Medic.html +465 -0
- data/doc/TF2Sniper.html +373 -0
- data/doc/TF2Spy.html +555 -0
- data/doc/TF2Stats.html +696 -0
- data/doc/WebApi.html +1021 -0
- data/doc/WebApiError.html +347 -0
- data/doc/XMLData.html +253 -0
- data/doc/_index.html +717 -0
- data/doc/class_list.html +53 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +328 -0
- data/doc/file.LICENSE.html +100 -0
- data/doc/file.README.html +136 -0
- data/doc/file_list.html +58 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +136 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +3988 -0
- data/doc/methods_list.html +3900 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/steam-condenser/version.rb +1 -1
- data/lib/steam/community/cacheable.rb +105 -44
- data/lib/steam/community/dota2/dota2_beta_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_item.rb +33 -0
- data/lib/steam/community/game_inventory.rb +18 -16
- data/lib/steam/community/game_leaderboard.rb +2 -2
- data/lib/steam/community/game_stats.rb +1 -1
- data/lib/steam/community/portal2/portal2_inventory.rb +11 -9
- data/lib/steam/community/steam_game.rb +0 -2
- data/lib/steam/community/steam_group.rb +2 -7
- data/lib/steam/community/steam_id.rb +2 -7
- data/lib/steam/community/tf2/tf2_beta_inventory.rb +11 -8
- data/lib/steam/community/tf2/tf2_inventory.rb +11 -9
- data/lib/steam/community/xml_data.rb +8 -1
- data/lib/steam/packets/a2s_player_packet.rb +1 -1
- data/lib/steam/packets/a2s_rules_packet.rb +1 -1
- data/lib/steam/servers/master_server.rb +3 -2
- data/lib/steam/sockets/rcon_socket.rb +1 -2
- data/pkg/steam-condenser-1.2.0.gem +0 -0
- data/pkg/steam-condenser-1.2.0/Gemfile +3 -0
- data/pkg/steam-condenser-1.2.0/Gemfile.lock +30 -0
- data/pkg/steam-condenser-1.2.0/LICENSE +25 -0
- data/pkg/steam-condenser-1.2.0/README.md +47 -0
- data/pkg/steam-condenser-1.2.0/Rakefile +46 -0
- data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +91 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +18 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +119 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +179 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +49 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +133 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +137 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +136 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +69 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +237 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +67 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +109 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +152 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +99 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +201 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +175 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +173 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +56 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +165 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +38 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +65 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +26 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +135 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +513 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +92 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +40 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +70 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +76 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +129 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +17 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +59 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +31 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +37 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +29 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +19 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +62 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +44 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +48 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +108 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +392 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +74 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +104 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +98 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +142 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +94 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +78 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +86 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +143 -0
- data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +25 -0
- data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +2 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +882 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +231 -0
- data/pkg/steam-condenser-1.2.0/test/helper.rb +45 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_group.rb +83 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_id.rb +111 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_web_api.rb +98 -0
- data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +37 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +296 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +131 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +72 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +126 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +127 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +42 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +109 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +77 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +97 -0
- data/steam-condenser.gemspec +3 -3
- data/test/steam/communtiy/test_cacheable.rb +100 -0
- data/test/steam/servers/test_master_server.rb +3 -3
- metadata +366 -15
@@ -0,0 +1,22 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/game_inventory'
|
7
|
+
require 'steam/community/tf2/tf2_item'
|
8
|
+
|
9
|
+
# Represents the inventory (aka. Backpack) of a player of the public Team
|
10
|
+
# Fortress 2 beta
|
11
|
+
class TF2BetaInventory
|
12
|
+
|
13
|
+
include Cacheable
|
14
|
+
cacheable_with_ids :steam_id64
|
15
|
+
|
16
|
+
include GameInventory
|
17
|
+
|
18
|
+
@@app_id = 520
|
19
|
+
|
20
|
+
@@item_class = TF2Item
|
21
|
+
|
22
|
+
end
|
@@ -0,0 +1,92 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2008-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/game_class'
|
7
|
+
|
8
|
+
# Represents the stats for a Team Fortress 2 class for a specific user
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
class TF2Class
|
12
|
+
|
13
|
+
include GameClass
|
14
|
+
|
15
|
+
# Returns the maximum number of buildings the player has destroyed in a
|
16
|
+
# single life with this class
|
17
|
+
#
|
18
|
+
# @return [Fixnum] Maximum number of buildings destroyed
|
19
|
+
attr_reader :max_buildings_destroyed
|
20
|
+
|
21
|
+
# Returns the maximum number of points captured by the player in a single
|
22
|
+
# life with this class
|
23
|
+
#
|
24
|
+
# @return [Fixnum] Maximum number of points captured
|
25
|
+
attr_reader :max_captures
|
26
|
+
|
27
|
+
# Returns the maximum damage dealt by the player in a single life with this
|
28
|
+
# class
|
29
|
+
#
|
30
|
+
# @return [Fixnum] Maximum damage dealt
|
31
|
+
attr_reader :max_damage
|
32
|
+
|
33
|
+
# Returns the maximum number of defenses by the player in a single life with
|
34
|
+
# this class
|
35
|
+
#
|
36
|
+
# @return [Fixnum] Maximum number of defenses
|
37
|
+
attr_reader :max_defenses
|
38
|
+
|
39
|
+
# Returns the maximum number of dominations by the player in a single life
|
40
|
+
# with this class
|
41
|
+
#
|
42
|
+
# @return [Fixnum] Maximum number of dominations
|
43
|
+
attr_reader :max_dominations
|
44
|
+
|
45
|
+
# Returns the maximum number of times the the player assisted a teammate with
|
46
|
+
# killing an enemy in a single life with this class
|
47
|
+
#
|
48
|
+
# @return [Fixnum] Maximum number of kill assists
|
49
|
+
attr_reader :max_kill_assists
|
50
|
+
|
51
|
+
# Returns the maximum number of enemies killed by the player in a single life
|
52
|
+
# with this class
|
53
|
+
#
|
54
|
+
# @return [Fixnum] Maximum number of kills
|
55
|
+
attr_reader :max_kills
|
56
|
+
|
57
|
+
# Returns the maximum number of revenges by the player in a single life with
|
58
|
+
# this class
|
59
|
+
#
|
60
|
+
# @return [Fixnum] Maximum number of revenges
|
61
|
+
attr_reader :max_revenges
|
62
|
+
|
63
|
+
# Returns the maximum number score achieved by the player in a single life
|
64
|
+
# with this class
|
65
|
+
#
|
66
|
+
# @return [Fixnum] Maximum score
|
67
|
+
attr_reader :max_score
|
68
|
+
|
69
|
+
# Returns the maximum lifetime by the player in a single life with this class
|
70
|
+
#
|
71
|
+
# @return [Fixnum] Maximum lifetime
|
72
|
+
attr_reader :max_time_alive
|
73
|
+
|
74
|
+
# Creates a new TF2 class instance based on the assigned XML data
|
75
|
+
#
|
76
|
+
# @param [Hash<String, Object>] class_data The XML data for this class
|
77
|
+
def initialize(class_data)
|
78
|
+
@name = class_data['className']
|
79
|
+
@max_buildings_destroyed = class_data['ibuildingsdestroyed'].to_i
|
80
|
+
@max_captures = class_data['ipointcaptures'].to_i
|
81
|
+
@max_damage = class_data['idamagedealt'].to_i
|
82
|
+
@max_defenses = class_data['ipointdefenses'].to_i
|
83
|
+
@max_dominations = class_data['idominations'].to_i
|
84
|
+
@max_kill_assists = class_data['ikillassists'].to_i
|
85
|
+
@max_kills = class_data['inumberofkills'].to_i
|
86
|
+
@max_revenges = class_data['irevenge'].to_i
|
87
|
+
@max_score = class_data['ipointsscored'].to_i
|
88
|
+
@max_time_alive = class_data['iplaytime'].to_i
|
89
|
+
@play_time = class_data['playtimeSeconds'].to_i
|
90
|
+
end
|
91
|
+
|
92
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2008-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/tf2/tf2_class'
|
7
|
+
require 'steam/community/tf2/tf2_engineer'
|
8
|
+
require 'steam/community/tf2/tf2_medic'
|
9
|
+
require 'steam/community/tf2/tf2_sniper'
|
10
|
+
require 'steam/community/tf2/tf2_spy'
|
11
|
+
|
12
|
+
# The `TF2ClassFactory` is used to created instances of `TF2Class` based on the
|
13
|
+
# XML input data
|
14
|
+
#
|
15
|
+
# @author Sebastian Staudt
|
16
|
+
module TF2ClassFactory
|
17
|
+
|
18
|
+
# Creates a new instance of a TF2 class instance based on the given XML data
|
19
|
+
#
|
20
|
+
# This returns an instance of `TF2Class` or its subclasses `TF2Engineer`,
|
21
|
+
# `TF2Medic`, `TF2Sniper` or `TF2Spy` depending on the given XML data.
|
22
|
+
#
|
23
|
+
# @param [Hash<String, Object>] class_data The XML data for the class
|
24
|
+
# @return [TF2Class] The statistics for the given class data
|
25
|
+
def self.tf2_class(class_data)
|
26
|
+
case class_data['className']
|
27
|
+
when 'Engineer' then
|
28
|
+
return TF2Engineer.new(class_data)
|
29
|
+
when 'Medic' then
|
30
|
+
return TF2Medic.new(class_data)
|
31
|
+
when 'Sniper' then
|
32
|
+
return TF2Sniper.new(class_data)
|
33
|
+
when 'Spy' then
|
34
|
+
return TF2Spy.new(class_data)
|
35
|
+
else
|
36
|
+
return TF2Class.new(class_data)
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2008-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/tf2/tf2_class'
|
7
|
+
|
8
|
+
# Represents the stats for the Team Fortress 2 Engineer class for a specific
|
9
|
+
# user
|
10
|
+
#
|
11
|
+
# @author Sebastian Staudt
|
12
|
+
class TF2Engineer < TF2Class
|
13
|
+
|
14
|
+
# Returns the maximum number of buildings built by the player in a single
|
15
|
+
# life as an Engineer
|
16
|
+
#
|
17
|
+
# @return [Fixnum] Maximum number of buildings built
|
18
|
+
attr_reader :max_buildings_built
|
19
|
+
|
20
|
+
# Returns the maximum number of enemies killed by sentry guns built by the
|
21
|
+
# player in a single life as an Engineer
|
22
|
+
#
|
23
|
+
# @return [Fixnum] Maximum number of sentry kills
|
24
|
+
attr_reader :max_sentry_kills
|
25
|
+
|
26
|
+
# Returns the maximum number of teammates teleported by teleporters built by
|
27
|
+
# the player in a single life as an Engineer
|
28
|
+
#
|
29
|
+
# @return [Fixnum] Maximum number of teleports
|
30
|
+
attr_reader :max_teleports
|
31
|
+
|
32
|
+
# Creates a new instance of the Engineer class based on the given XML data
|
33
|
+
#
|
34
|
+
# @param [Hash<String, Object>] class_data The XML data for this Engineer
|
35
|
+
def initialize(class_data)
|
36
|
+
super class_data
|
37
|
+
|
38
|
+
@max_buildings_built = class_data['ibuildingsbuilt'].to_i
|
39
|
+
@max_teleports = class_data['inumteleports'].to_i
|
40
|
+
@max_sentry_kills = class_data['isentrykills'].to_i
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
@@ -0,0 +1,70 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'multi_json'
|
7
|
+
|
8
|
+
require 'steam/community/steam_id'
|
9
|
+
require 'steam/community/web_api'
|
10
|
+
|
11
|
+
# Represents the special Team Fortress 2 item Golden Wrench. It includes the
|
12
|
+
# ID of the item, the serial number of the wrench, a reference to the SteamID
|
13
|
+
# of the owner and the date this player crafted the wrench
|
14
|
+
#
|
15
|
+
# @author Sebastian Staudt
|
16
|
+
class TF2GoldenWrench
|
17
|
+
|
18
|
+
# Returns the date this Golden Wrench has been crafted
|
19
|
+
#
|
20
|
+
# @return [Time] The crafting date of this wrench
|
21
|
+
attr_reader :date
|
22
|
+
|
23
|
+
# Returns the unique item ID of this Golden Wrench
|
24
|
+
#
|
25
|
+
# @return [Fixnum] The ID of this wrench
|
26
|
+
attr_reader :id
|
27
|
+
|
28
|
+
# Returns the serial number of this Golden Wrench
|
29
|
+
#
|
30
|
+
# @return [Fixnum] The serial of this wrench
|
31
|
+
attr_reader :number
|
32
|
+
|
33
|
+
# Returns the SteamID of the owner of this Golden Wrench
|
34
|
+
#
|
35
|
+
# @return [SteamId] The owner of this wrench
|
36
|
+
attr_reader :owner
|
37
|
+
|
38
|
+
@@golden_wrenches = nil
|
39
|
+
|
40
|
+
# Returns all Golden Wrenches
|
41
|
+
#
|
42
|
+
# @raise [SteamCondenserError] if an error occurs querying the Web API or
|
43
|
+
# the Steam Community
|
44
|
+
# @return [Array<GoldenWrench>] All Golden Wrenches
|
45
|
+
def self.golden_wrenches
|
46
|
+
if @@golden_wrenches.nil?
|
47
|
+
@@golden_wrenches = []
|
48
|
+
|
49
|
+
data = MultiJson.load(WebApi.json('ITFItems_440', 'GetGoldenWrenches', 2), { :symbolize_keys => true })
|
50
|
+
data[:results][:wrenches].each do |wrench_data|
|
51
|
+
@@golden_wrenches << TF2GoldenWrench.new(wrench_data)
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
@@golden_wrenches
|
56
|
+
end
|
57
|
+
|
58
|
+
private
|
59
|
+
|
60
|
+
# Creates a new instance of a Golden Wrench with the given data
|
61
|
+
#
|
62
|
+
# @param [Hash<Symbol, Object>] wrench_data The JSON data for this wrench
|
63
|
+
def initialize(wrench_data)
|
64
|
+
@date = Time.at(wrench_data[:timestamp])
|
65
|
+
@id = wrench_data[:itemID]
|
66
|
+
@number = wrench_data[:wrenchNumber]
|
67
|
+
@owner = SteamId.new(wrench_data[:steamID], false)
|
68
|
+
end
|
69
|
+
|
70
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/game_inventory'
|
7
|
+
require 'steam/community/tf2/tf2_item'
|
8
|
+
|
9
|
+
# Represents the inventory (aka. Backpack) of a Team Fortress 2 player
|
10
|
+
#
|
11
|
+
# @author Sebastian Staudt
|
12
|
+
class TF2Inventory
|
13
|
+
|
14
|
+
include Cacheable
|
15
|
+
cacheable_with_ids :steam_id64
|
16
|
+
|
17
|
+
include GameInventory
|
18
|
+
|
19
|
+
# The Steam Application ID of Team Fortress 2
|
20
|
+
@@app_id = 440
|
21
|
+
|
22
|
+
# The class representing Team Fortress 2 items
|
23
|
+
@@item_class = TF2Item
|
24
|
+
|
25
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/game_item'
|
7
|
+
|
8
|
+
# Represents a Team Fortress 2 item
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
class TF2Item
|
12
|
+
|
13
|
+
include GameItem
|
14
|
+
|
15
|
+
# The names of the classes available in Team Fortress 2
|
16
|
+
CLASSES = [ :scout, :sniper, :soldier, :demoman, :medic, :heavy, :pyro, :spy ]
|
17
|
+
|
18
|
+
# Creates a new instance of a TF2 item with the given data
|
19
|
+
#
|
20
|
+
# @param [TF2Inventory] inventory The inventory this item is contained in
|
21
|
+
# @param [Hash<Symbol, Object>] item_data The data specifying this item
|
22
|
+
# @raise [WebApiError] on Web API errors
|
23
|
+
def initialize(inventory, item_data)
|
24
|
+
super
|
25
|
+
|
26
|
+
@equipped = {}
|
27
|
+
CLASSES.each_index do |class_id|
|
28
|
+
@equipped[CLASSES[class_id]] = (item_data[:inventory] & (1 << 16 + class_id) != 0)
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
# Returns the class symbols for each class this player has equipped this item
|
33
|
+
#
|
34
|
+
# @return [Array<String>] The names of the classes this player has equipped
|
35
|
+
# this item
|
36
|
+
def classes_equipped?
|
37
|
+
@equipped.reject { |class_id, equipped| !equipped }
|
38
|
+
end
|
39
|
+
|
40
|
+
# Returns whether this item is equipped by this player at all
|
41
|
+
#
|
42
|
+
# @return [Boolean] `true` if the player has equipped this item at all
|
43
|
+
def equipped?
|
44
|
+
@equipped.has_value? true
|
45
|
+
end
|
46
|
+
|
47
|
+
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2008-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/tf2/tf2_class'
|
7
|
+
|
8
|
+
# Represents the stats for the Team Fortress 2 Medic class for a specific user
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
class TF2Medic < TF2Class
|
12
|
+
|
13
|
+
# Returns the maximum health healed for teammates by the player in a
|
14
|
+
# single life as a Medic
|
15
|
+
#
|
16
|
+
# @return [Fixnum] Maximum health healed
|
17
|
+
attr_reader :max_health_healed
|
18
|
+
|
19
|
+
# Returns the maximum number of ÜberCharges provided by the player in a
|
20
|
+
# single life as a Medic
|
21
|
+
#
|
22
|
+
# @return [Fixnum] Maximum number of ÜberCharges
|
23
|
+
attr_reader :max_ubercharges
|
24
|
+
|
25
|
+
# Creates a new instance of the Medic class based on the given XML data
|
26
|
+
#
|
27
|
+
# @param [Hash<String, Object>] class_data The XML data for this Medic
|
28
|
+
def initialize(class_data)
|
29
|
+
super class_data
|
30
|
+
|
31
|
+
@max_health_healed = class_data['ihealthpointshealed'].to_i
|
32
|
+
@max_ubercharges = class_data['inuminvulnerable'].to_i
|
33
|
+
end
|
34
|
+
|
35
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2008-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/tf2/tf2_class'
|
7
|
+
|
8
|
+
# Represents the stats for the Team Fortress 2 Sniper class for a specific user
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
class TF2Sniper < TF2Class
|
12
|
+
|
13
|
+
# Returns the maximum number enemies killed with a headshot by the player in
|
14
|
+
# a single life as a Sniper
|
15
|
+
#
|
16
|
+
# @return [Fixnum] Maximum number of headshots
|
17
|
+
attr_reader :max_headshots
|
18
|
+
|
19
|
+
# Creates a new instance of the Sniper class based on the given XML data
|
20
|
+
#
|
21
|
+
# @param [Hash<String, Object>] class_data The XML data for this Sniper
|
22
|
+
def initialize(class_data)
|
23
|
+
super class_data
|
24
|
+
|
25
|
+
@max_headshots = class_data['iheadshots'].to_i
|
26
|
+
end
|
27
|
+
|
28
|
+
end
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2008-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/tf2/tf2_class'
|
7
|
+
|
8
|
+
# Represents the stats for the Team Fortress 2 Spy class for a specific user
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
class TF2Spy < TF2Class
|
12
|
+
|
13
|
+
# Returns the maximum number enemies killed with a backstab by the player in
|
14
|
+
# a single life as a Spy
|
15
|
+
#
|
16
|
+
# @return [Fixnum] Maximum number of buildings built
|
17
|
+
attr_reader :max_backstabs
|
18
|
+
|
19
|
+
# Returns the head shots by the player in a single life as a Spy
|
20
|
+
#
|
21
|
+
# @return [Fixnum] Maximum number of head shots
|
22
|
+
attr_reader :max_head_shots
|
23
|
+
|
24
|
+
# Returns the maximum health leeched from enemies by the player in a single
|
25
|
+
# life as a Spy
|
26
|
+
#
|
27
|
+
# @return [Fixnum] Maximum health leeched
|
28
|
+
attr_reader :max_health_leeched
|
29
|
+
|
30
|
+
# Creates a new instance of the Spy class based on the given XML data
|
31
|
+
#
|
32
|
+
# @param [Hash<String, Object>] class_data The XML data for this Spy
|
33
|
+
def initialize(class_data)
|
34
|
+
super class_data
|
35
|
+
|
36
|
+
@max_backstabs = class_data['ibackstabs'].to_i
|
37
|
+
@max_head_shots = class_data['iheadshots'].to_i
|
38
|
+
@max_health_leeched = class_data['ihealthpointsleached'].to_i
|
39
|
+
end
|
40
|
+
|
41
|
+
end
|