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

Function unlock_input

perro_source/api_modules/perro_steamworks/src/disabled.rs:144–146  ·  view source on GitHub ↗
(input: impl AchievementUnlockInput)

Source from the content-addressed store, hash-verified

142 S: AsRef<str>,
143 {
144 fn unlock(self) -> Result<(), SteamError> {
145 unlock_many(self.iter().map(AsRef::as_ref))
146 }
147 }
148
149 pub fn unlock_input(input: impl AchievementUnlockInput) -> Result<(), SteamError> {

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected