MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / SteamAPI_ISteamController_GetStringForXboxOrigin

Function SteamAPI_ISteamController_GetStringForXboxOrigin

dll/flat.cpp:3562–3565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3560}
3561
3562STEAMAPI_API const char * SteamAPI_ISteamController_GetStringForXboxOrigin( ISteamController* self, EXboxOrigin eOrigin )
3563{
3564 return (get_steam_client()->steam_controller)->GetStringForXboxOrigin(eOrigin);
3565}
3566
3567STEAMAPI_API const char * SteamAPI_ISteamController_GetGlyphForXboxOrigin( ISteamController* self, EXboxOrigin eOrigin )
3568{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected