How would I go about checking whether Steam is running in offline mode? Lots of my code currently relies on the client being a host or connecting to a server. Looking to shut that part off if steam is running in offline mode, but I haven’t found a way to check for this yet
I also tried to find a good solution for this and the Documentation didn’t have a direct answer, nor did I find one in the forums. I know this is a late answer, but in case anyone else stumbles across this:
SteamUser.BLoggedOn() is what you need.