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

Function is_low_violence

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

Source from the content-addressed store, hash-verified

37}
38
39pub fn is_low_violence() -> Result<bool, SteamError> {
40 app::with_client(|client| Ok(client.apps().is_low_violence()))
41}
42
43pub fn get_build_id() -> Result<i32, SteamError> {
44 app::with_client(|client| Ok(client.apps().app_build_id()))

Callers

nothing calls this directly

Calls 1

with_clientFunction · 0.85

Tested by

no test coverage detected