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

Function SteamAPI_ISteamController_GetStringForActionOrigin

dll/flat.cpp:3507–3510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3505}
3506
3507STEAMAPI_API const char * SteamAPI_ISteamController_GetStringForActionOrigin( ISteamController* self, EControllerActionOrigin eOrigin )
3508{
3509 return (get_steam_client()->steam_controller)->GetStringForActionOrigin(eOrigin);
3510}
3511
3512STEAMAPI_API void SteamAPI_ISteamController_StopAnalogActionMomentum( ISteamController* self, ControllerHandle_t controllerHandle, ControllerAnalogActionHandle_t eAction )
3513{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected