steamworks.GetPlayerName
Example
Retrieves name of local player.
steamworks.RequestPlayerInfo( LocalPlayer():SteamID64() )
timer.Simple( 1, function() -- this is not instant!
print( steamworks.GetPlayerName( LocalPlayer():SteamID64() ) )
end )
Output: A name of local player is printed into console.