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

Method get_game_list

legendary/core.py:398–399  ·  view source on GitHub ↗
(self, update_assets=True, platform='Windows')

Source from the content-addressed store, hash-verified

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]
400
401 def get_game_and_dlc_list(self, update_assets=True, platform='Windows',
402 force_refresh=False, skip_ue=True) -> (List[Game], Dict[str, List[Game]]):

Callers 3

get_gameMethod · 0.95
statusMethod · 0.80
activateMethod · 0.80

Calls 1

get_game_and_dlc_listMethod · 0.95

Tested by

no test coverage detected