MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / SteamAPI_Init

Function SteamAPI_Init

lib/osx/include/steam/steam_api.h:96–99  ·  view source on GitHub ↗

See "Initializing the Steamworks SDK" above for how to choose an init method. Returns true on success

Source from the content-addressed store, hash-verified

94// See "Initializing the Steamworks SDK" above for how to choose an init method.
95// Returns true on success
96inline bool SteamAPI_Init()
97{
98 return SteamAPI_InitEx( NULL ) == k_ESteamAPIInitResult_OK;
99}
100
101// See "Initializing the Steamworks SDK" above for how to choose an init method.
102// Same usage as SteamAPI_InitEx(), however does not verify ISteam* interfaces are

Callers 1

mainFunction · 0.50

Calls 1

SteamAPI_InitExFunction · 0.70

Tested by

no test coverage detected