MCPcopy Create free account
hub / github.com/PerroEngine/Perro / get_owner

Function get_owner

perro_source/api_modules/perro_steamworks/src/apps.rs:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51pub fn get_owner() -> Result<SteamID, SteamError> {
52 app::with_client(|client| Ok(client.apps().app_owner().into()))
53}
54
55pub fn get_available_languages() -> Result<Vec<String>, SteamError> {
56 app::with_client(|client| Ok(client.apps().available_game_languages()))

Callers

nothing calls this directly

Calls 1

with_clientFunction · 0.85

Tested by

no test coverage detected