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

Function unlock_many

perro_source/api_modules/perro_steamworks/src/disabled.rs:89–95  ·  view source on GitHub ↗
(_ids: I)

Source from the content-addressed store, hash-verified

87
88pub mod achievements {
89 use super::{SteamError, disabled};
90
91 pub fn unlock(_id: &str) -> Result<(), SteamError> {
92 disabled()
93 }
94
95 pub fn unlock_many<I, S>(_ids: I) -> Result<(), SteamError>
96 where
97 I: IntoIterator<Item = S>,
98 S: AsRef<str>,

Callers 1

unlockMethod · 0.70

Calls 1

disabledFunction · 0.85

Tested by

no test coverage detected