MCPcopy Create free account
hub / github.com/acidicoala/SmokeAPI / init_lib_monitor

Function init_lib_monitor

src/smoke_api/smoke_api.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void init_lib_monitor() {
172 kb::lib_monitor::init_listener({{STEAMCLIENT_DLL, on_steamclient_loaded}});
173 }
174
175 std::optional<AppId_t> get_app_id_from_env() noexcept {
176 if(const auto app_id_str = kb::util::get_env("SteamAppId")) {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected