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

Function is_cybercafe

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

Source from the content-addressed store, hash-verified

33}
34
35pub fn is_cybercafe() -> Result<bool, SteamError> {
36 app::with_client(|client| Ok(client.apps().is_cybercafe()))
37}
38
39pub fn is_low_violence() -> Result<bool, SteamError> {
40 app::with_client(|client| Ok(client.apps().is_low_violence()))

Callers

nothing calls this directly

Calls 1

with_clientFunction · 0.85

Tested by

no test coverage detected