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

Method app_version

legendary/models/game.py:59–62  ·  view source on GitHub ↗
(self, platform='Windows')

Source from the content-addressed store, hash-verified

57 metadata: Dict = field(default_factory=dict)
58
59 def app_version(self, platform='Windows'):
60 if platform not in self.asset_infos:
61 return None
62 return self.asset_infos[platform].build_version
63
64 @property
65 def is_dlc(self):

Callers 4

get_game_and_dlc_listMethod · 0.95
list_gamesMethod · 0.80
install_gameMethod · 0.80
infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected