steamworks.RequestPlayerInfo
Example
Gets and prints the steam name of the local player.
steamworks.RequestPlayerInfo( LocalPlayer():SteamID64(), function( steamName )
print( steamName )
end )
Output: The local player's name.
Requests information of the player with SteamID64 for later use with steamworks.GetPlayerName.
Gets and prints the steam name of the local player.