MCPcopy Create free account
hub / github.com/Rat431/ColdAPI_Steam / SteamAPI_InitSafe

Function SteamAPI_InitSafe

src/ColdAPI_Steam/Steam_data.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 return ColdAPI_InitAndShutDown::ColdClientInitializzation();
8}
9EXPORTMYFUNC bool SteamAPI_InitSafe()
10{
11 return SteamAPI_Init();
12}
13EXPORTMYFUNC void SteamAPI_Shutdown()
14{
15 ColdAPI_InitAndShutDown::ColdClientShutDown();

Callers

nothing calls this directly

Calls 1

SteamAPI_InitFunction · 0.85

Tested by

no test coverage detected