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

Method GetStringForActionOrigin

dll/steam_controller.cpp:955–959  ·  view source on GitHub ↗

Returns a localized string (from Steam's language setting) for the specified origin

Source from the content-addressed store, hash-verified

953
954// Returns a localized string (from Steam's language setting) for the specified origin
955const char* Steam_Controller::GetStringForActionOrigin( EControllerActionOrigin eOrigin )
956{
957 PRINT_DEBUG_TODO();
958 return "Button String";
959}
960
961const char* Steam_Controller::GetStringForActionOrigin( EInputActionOrigin eOrigin )
962{

Calls

no outgoing calls

Tested by

no test coverage detected