MCPcopy
hub / github.com/legendary-gl/legendary / get_game

Method get_game

legendary/core.py:393–396  ·  view source on GitHub ↗
(self, app_name, update_meta=False, platform='Windows')

Source from the content-addressed store, hash-verified

391 return False
392
393 def get_game(self, app_name, update_meta=False, platform='Windows') -> Game:
394 if update_meta:
395 self.get_game_list(True, platform=platform)
396 return self.lgd.get_game_meta(app_name)
397
398 def get_game_list(self, update_assets=True, platform='Windows') -> List[Game]:
399 return self.get_game_and_dlc_list(update_assets=update_assets, platform=platform)[0]

Callers 15

_prune_metadataMethod · 0.95
get_dlc_for_gameMethod · 0.95
get_origin_uriMethod · 0.95
egl_exportMethod · 0.95
list_installedMethod · 0.80
list_filesMethod · 0.80
list_savesMethod · 0.80
sync_savesMethod · 0.80
_launch_originMethod · 0.80
install_gameMethod · 0.80
verify_gameMethod · 0.80
import_gameMethod · 0.80

Calls 2

get_game_listMethod · 0.95
get_game_metaMethod · 0.80

Tested by

no test coverage detected