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

Function run_callbacks

perro_source/api_modules/perro_steamworks/src/lib.rs:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75 pub fn init_from_config(enabled: bool, app_id: Option<u32>) -> Result<(), SteamError> {
76 crate::app::init_from_config(enabled, app_id)
77 }
78
79 pub fn init_from_config_with_input(
80 enabled: bool,
81 app_id: Option<u32>,

Callers 8

poll_oneFunction · 0.70
drainFunction · 0.70
disabled_init_noopFunction · 0.70
updateMethod · 0.50
update_timedMethod · 0.50
dropMethod · 0.50

Calls

no outgoing calls